#4CC3DD

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

Shades of Viking #4CC3DD

Tints of Viking #4CC3DD

Color information

#4CC3DD (or 0x4CC3DD) is unknown color: approx Viking. HEX triplet: 4C, C3 and DD. RGB value is (76,195,221). Sum of RGB (Red+Green+Blue) = 76+195+221=492 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.45% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #4CC3DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC3DD is #B33C22. Grayscale: #A2A2A2. Windows color (decimal): -11746339 or 14533452. OLE color: 14533452.

HSL color Cylindrical-coordinate representation of color #4CC3DD: hue angle of 190.76º degrees, saturation: 0.68, 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 #4CC3DD is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB76195221-
CMYK0.660.1200.13
HSL190.76º68.08%58.24%-
HSV(B)190.76º65.61%86.67%-
XYZ35.5545.7975.37-
YUV162.38161.0866.39-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.45%
GREEN value IS 195 (76.56% from 255) = 39.63%
BLUE value IS 221 (86.72% from 255) = 44.92%
R=15.45%
G=39.63%
B=44.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal761952210.660.1200.13190.7668.0858.24
Hex4CC3DD42C0Dbf443a
Octal1143033351021401527710472
Binary100110011000011110111011000010110001101101111111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,195,221); }

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

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

 a { background-color: rgb(76,195,221); }

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

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

 span { border-color: rgb(76,195,221); }

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