#4AB9BB

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

Shades of Viking #4AB9BB

Tints of Viking #4AB9BB

Color information

#4AB9BB (or 0x4AB9BB) is unknown color: approx Viking. HEX triplet: 4A, B9 and BB. RGB value is (74,185,187). Sum of RGB (Red+Green+Blue) = 74+185+187=446 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.59% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #4AB9BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AB9BB is #B54644. Grayscale: #979797. Windows color (decimal): -11880005 or 12302666. OLE color: 12302666.

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

Color convert

RGB74185187-
CMYK0.600.0100.27
HSL181.06º45.38%51.18%-
HSV(B)181.06º60.43%73.33%-
XYZ29.1439.7453.15-
YUV152.04147.7372.34-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.59%
GREEN value IS 185 (72.66% from 255) = 41.48%
BLUE value IS 187 (73.44% from 255) = 41.93%
R=16.59%
G=41.48%
B=41.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal741851870.600.0100.27181.0645.3851.18
Hex4AB9BB3C101Bb52d33
Octal1122712737410332655563
Binary10010101011100110111011111100101101110110101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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