Html Css Color HEX #4AAAB9 Viking

📋 copy color: '#4AAAB9'

red 74 ◦ green 170 ◦ blue 185

#4AAAB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #4AAAB9

Tints of Viking #4AAAB9

RGB

 RED value IS 74 (29.3% from 255) = 17.25%

 GREEN value IS 170 (66.8% 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 value IS 0.6

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4AAAB9 (or 0x4AAAB9) is known color: 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

RGB 74 170 185 -
CMYK 0.6 0.08 0 0.27
HSL 188.11º 0.44% 0.51% -
HSV(B) 188.11º 0.6% 0.73% -
XYZ 25.96 33.71 51.04 -
YUV 143.01 151.7 78.78 -
System Red Green Blue C M Y K H S L
Decimal 74 170 185 0.6 0.08 0 0.27 188.11 0.44 0.51
Hex 4A AA B9 3C 8 0 1B BC 2C 33
Octal 112 252 271 74 10 0 33 274 54 63
Binary 1001010 10101010 10111001 111100 1000 0 11011 10111100 101100 110011

Color Harmonies of #4AAAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAAB9

Black with #4AAAB9

Text Example


Text Example

White with #4AAAB9

Text Example


Text Example

HTML Codes & Css Web 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>