#4AAABB

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

Shades of Viking #4AAABB

Tints of Viking #4AAABB

Color information

#4AAABB (or 0x4AAABB) is unknown color: approx Viking. HEX triplet: 4A, AA and BB. RGB value is (74,170,187). Sum of RGB (Red+Green+Blue) = 74+170+187=431 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.17% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #4AAABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AAABB is #B55544. Grayscale: #8F8F8F. Windows color (decimal): -11883845 or 12298826. OLE color: 12298826.

HSL color Cylindrical-coordinate representation of color #4AAABB: hue angle of 189.03º 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 #4AAABB is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB74170187-
CMYK0.600.0900.27
HSL189.03º45.38%51.18%-
HSV(B)189.03º60.43%73.33%-
XYZ26.1733.7952.16-
YUV143.23152.778.62-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.17%
GREEN value IS 170 (66.80% from 255) = 39.44%
BLUE value IS 187 (73.44% from 255) = 43.39%
R=17.17%
G=39.44%
B=43.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal741701870.600.0900.27189.0345.3851.18
Hex4AAABB3C901Bbd2d33
Octal11225227374110332755563
Binary10010101010101010111011111100100101101110111101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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