#4CBEC6

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

Shades of Viking #4CBEC6

Tints of Viking #4CBEC6

Color information

#4CBEC6 (or 0x4CBEC6) is unknown color: approx Viking. HEX triplet: 4C, BE and C6. RGB value is (76,190,198). Sum of RGB (Red+Green+Blue) = 76+190+198=464 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.38% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 198 - color contains mainly: blue. Hex color #4CBEC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBEC6 is #B34139. Grayscale: #9C9C9C. Windows color (decimal): -11747642 or 13024844. OLE color: 13024844.

HSL color Cylindrical-coordinate representation of color #4CBEC6: hue angle of 183.93º degrees, saturation: 0.52, 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 #4CBEC6 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB76190198-
CMYK0.620.0400.22
HSL183.93º51.69%53.73%-
HSV(B)183.93º61.62%77.65%-
XYZ31.5942.4459.95-
YUV156.83151.2370.35-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.38%
GREEN value IS 190 (74.61% from 255) = 40.95%
BLUE value IS 198 (77.73% from 255) = 42.67%
R=16.38%
G=40.95%
B=42.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal761901980.620.0400.22183.9351.6953.73
Hex4CBEC63E4016b83436
Octal1142763067640262706466
Binary1001100101111101100011011111010001011010111000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,190,198); }

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

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

 a { background-color: rgb(76,190,198); }

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

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

 span { border-color: rgb(76,190,198); }

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