#4AAAB9

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

Shades of Viking #4AAAB9

Tints of Viking #4AAAB9

Color information

#4AAAB9 (or 0x4AAAB9) is unknown color: approx Viking. HEX triplet: 4A, AA and B9. RGB value is (74,170,185). Sum of RGB (Red+Green+Blue) = 74+170+185=429 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.25% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 185 (72.66% from 255 or 43.12% from 429); Max value from RGB is 185 - color contains mainly: blue. Hex color #4AAAB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AAAB9 is #B55546. Grayscale: #8E8E8E. Windows color (decimal): -11883847 or 12167754. OLE color: 12167754.

HSL color Cylindrical-coordinate representation of color #4AAAB9: hue angle of 188.11º degrees, saturation: 0.44, 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 #4AAAB9 is Cyan = 0.6, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB74170185-
CMYK0.60.0800.27
HSL188.11º44.22%50.78%-
HSV(B)188.11º60%72.55%-
XYZ25.9633.7151.04-
YUV143.01151.778.78-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.25%
GREEN value IS 170 (66.80% from 255) = 39.63%
BLUE value IS 185 (72.66% from 255) = 43.12%
R=17.25%
G=39.63%
B=43.12%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal741701850.60.0800.27188.1144.2250.78
Hex4AAAB93C801Bbc2c33
Octal11225227174100332745463
Binary10010101010101010111001111100100001101110111100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,170,185); }

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

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

 a { background-color: rgb(74,170,185); }

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

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

 span { border-color: rgb(74,170,185); }

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