#4AB9B5

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

Shades of Viking #4AB9B5

Tints of Viking #4AB9B5

Color information

#4AB9B5 (or 0x4AB9B5) is unknown color: approx Viking. HEX triplet: 4A, B9 and B5. RGB value is (74,185,181). Sum of RGB (Red+Green+Blue) = 74+185+181=440 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.82% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 185 - color contains mainly: green. Hex color #4AB9B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AB9B5 is #B5464A. Grayscale: #979797. Windows color (decimal): -11880011 or 11909450. OLE color: 11909450.

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

Color convert

RGB74185181-
CMYK0.600.020.27
HSL177.84º44.22%50.78%-
HSV(B)177.84º60%72.55%-
XYZ28.5139.4949.84-
YUV151.36144.7372.83-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.82%
GREEN value IS 185 (72.66% from 255) = 42.05%
BLUE value IS 181 (71.09% from 255) = 41.14%
R=16.82%
G=42.05%
B=41.14%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal741851810.600.020.27177.8444.2250.78
Hex4AB9B53C021Bb22c33
Octal1122712657402332625463
Binary100101010111001101101011111000101101110110010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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