#4CABB8

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

Shades of Viking #4CABB8

Tints of Viking #4CABB8

Color information

#4CABB8 (or 0x4CABB8) is unknown color: approx Viking. HEX triplet: 4C, AB and B8. RGB value is (76,171,184). Sum of RGB (Red+Green+Blue) = 76+171+184=431 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.63% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 184 (72.27% from 255 or 42.69% from 431); Max value from RGB is 184 - color contains mainly: blue. Hex color #4CABB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CABB8 is #B35447. Grayscale: #8F8F8F. Windows color (decimal): -11752520 or 12102476. OLE color: 12102476.

HSL color Cylindrical-coordinate representation of color #4CABB8: hue angle of 187.22º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CABB8 is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB76171184-
CMYK0.590.0700.28
HSL187.22º43.2%50.98%-
HSV(B)187.22º58.7%72.16%-
XYZ26.234.1250.55-
YUV144.08150.5379.44-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.63%
GREEN value IS 171 (67.19% from 255) = 39.68%
BLUE value IS 184 (72.27% from 255) = 42.69%
R=17.63%
G=39.68%
B=42.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal761711840.590.0700.28187.2243.250.98
Hex4CABB83B701Cbb2b33
Octal1142532707370342735363
Binary1001100101010111011100011101111101110010111011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CABB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,171,184); }

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

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

 a { background-color: rgb(76,171,184); }

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

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

 span { border-color: rgb(76,171,184); }

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