#4da7ca

Color #4DA7CA Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #4DA7CA

Tints of Viking #4DA7CA

Color information

#4DA7CA (or 0x4DA7CA) is unknown color: approx Viking. HEX triplet: 4D, A7 and CA. RGB value is (77,167,202). Sum of RGB (Red+Green+Blue) = 77+167+202=446 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.26% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #4DA7CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA7CA is #B25835. Grayscale: #8F8F8F. Windows color (decimal): -11687990 or 13281101. OLE color: 13281101.

HSL color Cylindrical-coordinate representation of color #4DA7CA: hue angle of 196.8º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DA7CA is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB77167202-
CMYK0.620.1700.21
HSL196.8º54.11%54.71%-
HSV(B)196.8º61.88%79.22%-
XYZ27.5433.4860.89-
YUV144.08160.6880.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 77 (30.47% from 255) = 17.26%
GREEN value IS 167 (65.62% from 255) = 37.44%
BLUE value IS 202 (79.30% from 255) = 45.29%
R=17.26%
G=37.44%
B=45.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal771672020.620.1700.21196.854.1154.71
Hex4DA7CA3E11015c53637
Octal11524731276210253056667
Binary100110110100111110010101111101000101010111000101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4da7ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4da7ca; }

 p { color: rgb(77,167,202); }

 H1.HeaderClassName
 {
   color: #4da7ca;
 }
 .AnyTagClassName
 {
   color: #4da7ca;
 }
</style>
background-color css

<style>
 a { background-color: #4da7ca; }

 a { background-color: rgb(77,167,202); }

 div.DivClassName
 {
   background-color: #4da7ca;
 }
 .BgClassName
 {
   background-color: #4da7ca;
 }
</style>
border-color css

<style>
 span { border-color: #4da7ca; }

 span { border-color: rgb(77,167,202); }

 td.TdClassName
 {
   border-color: #4da7ca;
 }
 .TagClassName
 {
   border-color: #4da7ca;
 }
</style>