#4AAAB1

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

Shades of Viking #4AAAB1

Tints of Viking #4AAAB1

Color information

#4AAAB1 (or 0x4AAAB1) is unknown color: approx Viking. HEX triplet: 4A, AA and B1. RGB value is (74,170,177). Sum of RGB (Red+Green+Blue) = 74+170+177=421 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.58% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 177 (69.53% from 255 or 42.04% from 421); Max value from RGB is 177 - color contains mainly: blue. Hex color #4AAAB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAAB1 is #B5554E. Grayscale: #8D8D8D. Windows color (decimal): -11883855 or 11643466. OLE color: 11643466.

HSL color Cylindrical-coordinate representation of color #4AAAB1: hue angle of 184.08º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AAAB1 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB74170177-
CMYK0.580.0400.31
HSL184.08º41.04%49.22%-
HSV(B)184.08º58.19%69.41%-
XYZ25.1333.3846.71-
YUV142.09147.779.43-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.58%
GREEN value IS 170 (66.80% from 255) = 40.38%
BLUE value IS 177 (69.53% from 255) = 42.04%
R=17.58%
G=40.38%
B=42.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal741701770.580.0400.31184.0841.0449.22
Hex4AAAB13A401Fb82931
Octal1122522617240372705161
Binary1001010101010101011000111101010001111110111000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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