#4CAEC6

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

Shades of Viking #4CAEC6

Tints of Viking #4CAEC6

Color information

#4CAEC6 (or 0x4CAEC6) is unknown color: approx Viking. HEX triplet: 4C, AE and C6. RGB value is (76,174,198). Sum of RGB (Red+Green+Blue) = 76+174+198=448 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.96% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 198 (77.73% from 255 or 44.20% from 448); Max value from RGB is 198 - color contains mainly: blue. Hex color #4CAEC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CAEC6 is #B35139. Grayscale: #939393. Windows color (decimal): -11751738 or 13020748. OLE color: 13020748.

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

Color convert

RGB76174198-
CMYK0.620.1200.22
HSL191.8º51.69%53.73%-
HSV(B)191.8º61.62%77.65%-
XYZ28.3135.8958.86-
YUV147.43156.5377.05-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.96%
GREEN value IS 174 (68.36% from 255) = 38.84%
BLUE value IS 198 (77.73% from 255) = 44.20%
R=16.96%
G=38.84%
B=44.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal761741980.620.1200.22191.851.6953.73
Hex4CAEC63EC016c03436
Octal11425630676140263006466
Binary10011001010111011000110111110110001011011000000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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