#4ABACE

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

Shades of Viking #4ABACE

Tints of Viking #4ABACE

Color information

#4ABACE (or 0x4ABACE) is unknown color: approx Viking. HEX triplet: 4A, BA and CE. RGB value is (74,186,206). Sum of RGB (Red+Green+Blue) = 74+186+206=466 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.88% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #4ABACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABACE is #B54531. Grayscale: #9A9A9A. Windows color (decimal): -11879730 or 13548106. OLE color: 13548106.

HSL color Cylindrical-coordinate representation of color #4ABACE: hue angle of 189.09º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ABACE is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB74186206-
CMYK0.640.1000.19
HSL189.09º57.39%54.9%-
HSV(B)189.09º64.08%80.78%-
XYZ31.5241.0364.65-
YUV154.79156.8970.37-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.88%
GREEN value IS 186 (73.05% from 255) = 39.91%
BLUE value IS 206 (80.86% from 255) = 44.21%
R=15.88%
G=39.91%
B=44.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal741862060.640.1000.19189.0957.3954.9
Hex4ABACE40A013bd3937
Octal112272316100120232757167
Binary100101010111010110011101000000101001001110111101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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