#4ABACA

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

Shades of Viking #4ABACA

Tints of Viking #4ABACA

Color information

#4ABACA (or 0x4ABACA) is unknown color: approx Viking. HEX triplet: 4A, BA and CA. RGB value is (74,186,202). Sum of RGB (Red+Green+Blue) = 74+186+202=462 (61% of max value = 765). Red value is 74 (29.30% from 255 or 16.02% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #4ABACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABACA is #B54535. Grayscale: #9A9A9A. Windows color (decimal): -11879734 or 13285962. OLE color: 13285962.

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

Color convert

RGB74186202-
CMYK0.630.0800.21
HSL187.5º54.7%54.12%-
HSV(B)187.5º63.37%79.22%-
XYZ31.0440.8462.12-
YUV154.34154.8970.7-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.02%
GREEN value IS 186 (73.05% from 255) = 40.26%
BLUE value IS 202 (79.30% from 255) = 43.72%
R=16.02%
G=40.26%
B=43.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal741862020.630.0800.21187.554.754.12
Hex4ABACA3F8015bc3736
Octal11227231277100252746766
Binary10010101011101011001010111111100001010110111100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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