#4CBACA

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

Shades of Viking #4CBACA

Tints of Viking #4CBACA

Color information

#4CBACA (or 0x4CBACA) is unknown color: approx Viking. HEX triplet: 4C, BA and CA. RGB value is (76,186,202). Sum of RGB (Red+Green+Blue) = 76+186+202=464 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.38% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #4CBACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBACA is #B34535. Grayscale: #9A9A9A. Windows color (decimal): -11748662 or 13285964. OLE color: 13285964.

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

Color convert

RGB76186202-
CMYK0.620.0800.21
HSL187.62º54.31%54.51%-
HSV(B)187.62º62.38%79.22%-
XYZ31.240.9262.13-
YUV154.93154.5671.7-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.38%
GREEN value IS 186 (73.05% from 255) = 40.09%
BLUE value IS 202 (79.30% from 255) = 43.53%
R=16.38%
G=40.09%
B=43.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal761862020.620.0800.21187.6254.3154.51
Hex4CBACA3E8015bc3637
Octal11427231276100252746667
Binary10011001011101011001010111110100001010110111100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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