#4BABB4

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

Shades of Viking #4BABB4

Tints of Viking #4BABB4

Color information

#4BABB4 (or 0x4BABB4) is unknown color: approx Viking. HEX triplet: 4B, AB and B4. RGB value is (75,171,180). Sum of RGB (Red+Green+Blue) = 75+171+180=426 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.61% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 180 (70.70% from 255 or 42.25% from 426); Max value from RGB is 180 - color contains mainly: blue. Hex color #4BABB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BABB4 is #B4544B. Grayscale: #8F8F8F. Windows color (decimal): -11818060 or 11840331. OLE color: 11840331.

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

Color convert

RGB75171180-
CMYK0.580.0500.29
HSL185.14º41.18%50%-
HSV(B)185.14º58.33%70.59%-
XYZ25.733.9248.37-
YUV143.32148.779.27-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.61%
GREEN value IS 171 (67.19% from 255) = 40.14%
BLUE value IS 180 (70.70% from 255) = 42.25%
R=17.61%
G=40.14%
B=42.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal751711800.580.0500.29185.1441.1850
Hex4BABB43A501Db92932
Octal1132532647250352715162
Binary1001011101010111011010011101010101110110111001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BABB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,171,180); }

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

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

 a { background-color: rgb(75,171,180); }

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

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

 span { border-color: rgb(75,171,180); }

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