#4AADBA

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

Shades of Viking #4AADBA

Tints of Viking #4AADBA

Color information

#4AADBA (or 0x4AADBA) is unknown color: approx Viking. HEX triplet: 4A, AD and BA. RGB value is (74,173,186). Sum of RGB (Red+Green+Blue) = 74+173+186=433 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.09% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #4AADBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AADBA is #B55245. Grayscale: #909090. Windows color (decimal): -11883078 or 12234058. OLE color: 12234058.

HSL color Cylindrical-coordinate representation of color #4AADBA: hue angle of 186.96º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AADBA is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB74173186-
CMYK0.600.0700.27
HSL186.96º44.8%50.98%-
HSV(B)186.96º60.22%72.94%-
XYZ26.6334.8951.78-
YUV144.88151.277.44-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.09%
GREEN value IS 173 (67.97% from 255) = 39.95%
BLUE value IS 186 (73.05% from 255) = 42.96%
R=17.09%
G=39.95%
B=42.96%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal741731860.600.0700.27186.9644.850.98
Hex4AADBA3C701Bbb2d33
Octal1122552727470332735563
Binary1001010101011011011101011110011101101110111011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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