#4CC2DE

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

Shades of Viking #4CC2DE

Tints of Viking #4CC2DE

Color information

#4CC2DE (or 0x4CC2DE) is unknown color: approx Viking. HEX triplet: 4C, C2 and DE. RGB value is (76,194,222). Sum of RGB (Red+Green+Blue) = 76+194+222=492 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.45% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #4CC2DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC2DE is #B33D21. Grayscale: #A1A1A1. Windows color (decimal): -11746594 or 14598732. OLE color: 14598732.

HSL color Cylindrical-coordinate representation of color #4CC2DE: hue angle of 191.51º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CC2DE is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB76194222-
CMYK0.660.1300.13
HSL191.51º68.87%58.43%-
HSV(B)191.51º65.77%87.06%-
XYZ35.4645.3976-
YUV161.91161.9166.72-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.45%
GREEN value IS 194 (76.17% from 255) = 39.43%
BLUE value IS 222 (87.11% from 255) = 45.12%
R=15.45%
G=39.43%
B=45.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal761942220.660.1300.13191.5168.8758.43
Hex4CC2DE42D0Dc0453a
Octal1143023361021501530010572
Binary100110011000010110111101000010110101101110000001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,194,222); }

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

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

 a { background-color: rgb(76,194,222); }

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

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

 span { border-color: rgb(76,194,222); }

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