#4ABAD2

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

Shades of Viking #4ABAD2

Tints of Viking #4ABAD2

Color information

#4ABAD2 (or 0x4ABAD2) is unknown color: approx Viking. HEX triplet: 4A, BA and D2. RGB value is (74,186,210). Sum of RGB (Red+Green+Blue) = 74+186+210=470 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.74% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 210 (82.42% from 255 or 44.68% from 470); Max value from RGB is 210 - color contains mainly: blue. Hex color #4ABAD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABAD2 is #B5452D. Grayscale: #9B9B9B. Windows color (decimal): -11879726 or 13810250. OLE color: 13810250.

HSL color Cylindrical-coordinate representation of color #4ABAD2: hue angle of 190.59º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4ABAD2 is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB74186210-
CMYK0.650.1100.18
HSL190.59º60.18%55.69%-
HSV(B)190.59º64.76%82.35%-
XYZ32.0241.2367.24-
YUV155.25158.8970.05-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.74%
GREEN value IS 186 (73.05% from 255) = 39.57%
BLUE value IS 210 (82.42% from 255) = 44.68%
R=15.74%
G=39.57%
B=44.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal741862100.650.1100.18190.5960.1855.69
Hex4ABAD241B012bf3c38
Octal112272322101130222777470
Binary100101010111010110100101000001101101001010111111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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