#4CBAC9

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

Shades of Viking #4CBAC9

Tints of Viking #4CBAC9

Color information

#4CBAC9 (or 0x4CBAC9) is unknown color: approx Viking. HEX triplet: 4C, BA and C9. RGB value is (76,186,201). Sum of RGB (Red+Green+Blue) = 76+186+201=463 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.41% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 201 (78.91% from 255 or 43.41% from 463); Max value from RGB is 201 - color contains mainly: blue. Hex color #4CBAC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBAC9 is #B34536. Grayscale: #9A9A9A. Windows color (decimal): -11748663 or 13220428. OLE color: 13220428.

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

Color convert

RGB76186201-
CMYK0.620.0700.21
HSL187.2º53.65%54.31%-
HSV(B)187.2º62.19%78.82%-
XYZ31.0840.8761.51-
YUV154.82154.0671.78-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.41%
GREEN value IS 186 (73.05% from 255) = 40.17%
BLUE value IS 201 (78.91% from 255) = 43.41%
R=16.41%
G=40.17%
B=43.41%

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
Decimal761862010.620.0700.21187.253.6554.31
Hex4CBAC93E7015bb3636
Octal1142723117670252736666
Binary1001100101110101100100111111011101010110111011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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