#4CBAC8

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

Shades of Viking #4CBAC8

Tints of Viking #4CBAC8

Color information

#4CBAC8 (or 0x4CBAC8) is unknown color: approx Viking. HEX triplet: 4C, BA and C8. RGB value is (76,186,200). Sum of RGB (Red+Green+Blue) = 76+186+200=462 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.45% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 200 (78.52% from 255 or 43.29% from 462); Max value from RGB is 200 - color contains mainly: blue. Hex color #4CBAC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBAC8 is #B34537. Grayscale: #9A9A9A. Windows color (decimal): -11748664 or 13154892. OLE color: 13154892.

HSL color Cylindrical-coordinate representation of color #4CBAC8: hue angle of 186.77º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CBAC8 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB76186200-
CMYK0.620.0700.22
HSL186.77º52.99%54.12%-
HSV(B)186.77º62%78.43%-
XYZ30.9640.8260.89-
YUV154.71153.5671.86-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.45%
GREEN value IS 186 (73.05% from 255) = 40.26%
BLUE value IS 200 (78.52% from 255) = 43.29%
R=16.45%
G=40.26%
B=43.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal761862000.620.0700.22186.7752.9954.12
Hex4CBAC83E7016bb3536
Octal1142723107670262736566
Binary1001100101110101100100011111011101011010111011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,186,200); }

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

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

 a { background-color: rgb(76,186,200); }

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

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

 span { border-color: rgb(76,186,200); }

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