#4AB1BB

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

Shades of Viking #4AB1BB

Tints of Viking #4AB1BB

Color information

#4AB1BB (or 0x4AB1BB) is unknown color: approx Viking. HEX triplet: 4A, B1 and BB. RGB value is (74,177,187). Sum of RGB (Red+Green+Blue) = 74+177+187=438 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.89% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #4AB1BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AB1BB is #B54E44. Grayscale: #939393. Windows color (decimal): -11882053 or 12300618. OLE color: 12300618.

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

Color convert

RGB74177187-
CMYK0.600.0500.27
HSL185.31º45.38%51.18%-
HSV(B)185.31º60.43%73.33%-
XYZ27.5236.4952.61-
YUV147.34150.3875.69-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.89%
GREEN value IS 177 (69.53% from 255) = 40.41%
BLUE value IS 187 (73.44% from 255) = 42.69%
R=16.89%
G=40.41%
B=42.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal741771870.600.0500.27185.3145.3851.18
Hex4AB1BB3C501Bb92d33
Octal1122612737450332715563
Binary1001010101100011011101111110010101101110111001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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