#4CACBA

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

Shades of Viking #4CACBA

Tints of Viking #4CACBA

Color information

#4CACBA (or 0x4CACBA) is unknown color: approx Viking. HEX triplet: 4C, AC and BA. RGB value is (76,172,186). Sum of RGB (Red+Green+Blue) = 76+172+186=434 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.51% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #4CACBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CACBA is #B35345. Grayscale: #909090. Windows color (decimal): -11752262 or 12233804. OLE color: 12233804.

HSL color Cylindrical-coordinate representation of color #4CACBA: hue angle of 187.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CACBA is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB76172186-
CMYK0.590.0800.27
HSL187.64º44.35%51.37%-
HSV(B)187.64º59.14%72.94%-
XYZ26.634.5951.73-
YUV144.89151.278.86-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.51%
GREEN value IS 172 (67.58% from 255) = 39.63%
BLUE value IS 186 (73.05% from 255) = 42.86%
R=17.51%
G=39.63%
B=42.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal761721860.590.0800.27187.6444.3551.37
Hex4CACBA3B801Bbc2c33
Octal11425427273100332745463
Binary10011001010110010111010111011100001101110111100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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