#4DAFD4

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

Shades of Viking #4DAFD4

Tints of Viking #4DAFD4

Color information

#4DAFD4 (or 0x4DAFD4) is unknown color: approx Viking. HEX triplet: 4D, AF and D4. RGB value is (77,175,212). Sum of RGB (Red+Green+Blue) = 77+175+212=464 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.59% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 212 (83.20% from 255 or 45.69% from 464); Max value from RGB is 212 - color contains mainly: blue. Hex color #4DAFD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAFD4 is #B2502B. Grayscale: #959595. Windows color (decimal): -11685932 or 13938509. OLE color: 13938509.

HSL color Cylindrical-coordinate representation of color #4DAFD4: hue angle of 196.44º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DAFD4 is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB77175212-
CMYK0.640.1700.17
HSL196.44º61.09%56.67%-
HSV(B)196.44º63.68%83.14%-
XYZ30.2736.9967.83-
YUV149.92163.0375.99-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.59%
GREEN value IS 175 (68.75% from 255) = 37.72%
BLUE value IS 212 (83.20% from 255) = 45.69%
R=16.59%
G=37.72%
B=45.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal771752120.640.1700.17196.4461.0956.67
Hex4DAFD44011011c43d39
Octal115257324100210213047571
Binary1001101101011111101010010000001000101000111000100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,175,212); }

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

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

 a { background-color: rgb(77,175,212); }

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

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

 span { border-color: rgb(77,175,212); }

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