#4CBCCA

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

Shades of Viking #4CBCCA

Tints of Viking #4CBCCA

Color information

#4CBCCA (or 0x4CBCCA) is unknown color: approx Viking. HEX triplet: 4C, BC and CA. RGB value is (76,188,202). Sum of RGB (Red+Green+Blue) = 76+188+202=466 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.31% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #4CBCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBCCA is #B34335. Grayscale: #9B9B9B. Windows color (decimal): -11748150 or 13286476. OLE color: 13286476.

HSL color Cylindrical-coordinate representation of color #4CBCCA: hue angle of 186.67º 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 #4CBCCA is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB76188202-
CMYK0.620.0700.21
HSL186.67º54.31%54.51%-
HSV(B)186.67º62.38%79.22%-
XYZ31.6241.7762.27-
YUV156.11153.8970.86-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.31%
GREEN value IS 188 (73.83% from 255) = 40.34%
BLUE value IS 202 (79.30% from 255) = 43.35%
R=16.31%
G=40.34%
B=43.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal761882020.620.0700.21186.6754.3154.51
Hex4CBCCA3E7015bb3637
Octal1142743127670252736667
Binary1001100101111001100101011111011101010110111011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,188,202); }

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

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

 a { background-color: rgb(76,188,202); }

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

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

 span { border-color: rgb(76,188,202); }

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