#4AB4B6

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

Shades of Viking #4AB4B6

Tints of Viking #4AB4B6

Color information

#4AB4B6 (or 0x4AB4B6) is unknown color: approx Viking. HEX triplet: 4A, B4 and B6. RGB value is (74,180,182). Sum of RGB (Red+Green+Blue) = 74+180+182=436 (57% of max value = 765). Red value is 74 (29.30% from 255 or 16.97% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 182 (71.48% from 255 or 41.74% from 436); Max value from RGB is 182 - color contains mainly: blue. Hex color #4AB4B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AB4B6 is #B54B49. Grayscale: #949494. Windows color (decimal): -11881290 or 11973706. OLE color: 11973706.

HSL color Cylindrical-coordinate representation of color #4AB4B6: hue angle of 181.11º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB4B6 is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB74180182-
CMYK0.590.0100.29
HSL181.11º42.52%50.2%-
HSV(B)181.11º59.34%71.37%-
XYZ27.5937.4850.04-
YUV148.53146.8874.84-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.97%
GREEN value IS 180 (70.70% from 255) = 41.28%
BLUE value IS 182 (71.48% from 255) = 41.74%
R=16.97%
G=41.28%
B=41.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal741801820.590.0100.29181.1142.5250.2
Hex4AB4B63B101Db52b32
Octal1122642667310352655362
Binary10010101011010010110110111011101110110110101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,180,182); }

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

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

 a { background-color: rgb(74,180,182); }

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

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

 span { border-color: rgb(74,180,182); }

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