#4DA6C0

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

Shades of Viking #4DA6C0

Tints of Viking #4DA6C0

Color information

#4DA6C0 (or 0x4DA6C0) is unknown color: approx Viking. HEX triplet: 4D, A6 and C0. RGB value is (77,166,192). Sum of RGB (Red+Green+Blue) = 77+166+192=435 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.70% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 192 - color contains mainly: blue. Hex color #4DA6C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA6C0 is #B2593F. Grayscale: #8E8E8E. Windows color (decimal): -11688256 or 12625485. OLE color: 12625485.

HSL color Cylindrical-coordinate representation of color #4DA6C0: hue angle of 193.57º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DA6C0 is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB77166192-
CMYK0.600.1400.25
HSL193.57º47.72%52.75%-
HSV(B)193.57º59.9%75.29%-
XYZ26.2132.6654.79-
YUV142.35156.0181.39-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.70%
GREEN value IS 166 (65.23% from 255) = 38.16%
BLUE value IS 192 (75.39% from 255) = 44.14%
R=17.70%
G=38.16%
B=44.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal771661920.600.1400.25193.5747.7252.75
Hex4DA6C03CE019c23035
Octal11524630074160313026065
Binary10011011010011011000000111100111001100111000010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,166,192); }

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

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

 a { background-color: rgb(77,166,192); }

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

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

 span { border-color: rgb(77,166,192); }

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