#4ABAD1

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

Shades of Viking #4ABAD1

Tints of Viking #4ABAD1

Color information

#4ABAD1 (or 0x4ABAD1) is unknown color: approx Viking. HEX triplet: 4A, BA and D1. RGB value is (74,186,209). Sum of RGB (Red+Green+Blue) = 74+186+209=469 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.78% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 209 (82.03% from 255 or 44.56% from 469); Max value from RGB is 209 - color contains mainly: blue. Hex color #4ABAD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABAD1 is #B5452E. Grayscale: #9A9A9A. Windows color (decimal): -11879727 or 13744714. OLE color: 13744714.

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

Color convert

RGB74186209-
CMYK0.650.1100.18
HSL190.22º59.47%55.49%-
HSV(B)190.22º64.59%81.96%-
XYZ31.8941.1866.59-
YUV155.13158.3970.13-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.78%
GREEN value IS 186 (73.05% from 255) = 39.66%
BLUE value IS 209 (82.03% from 255) = 44.56%
R=15.78%
G=39.66%
B=44.56%

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
Decimal741862090.650.1100.18190.2259.4755.49
Hex4ABAD141B012be3b37
Octal112272321101130222767367
Binary100101010111010110100011000001101101001010111110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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