#4BAABF

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

Shades of Viking #4BAABF

Tints of Viking #4BAABF

Color information

#4BAABF (or 0x4BAABF) is unknown color: approx Viking. HEX triplet: 4B, AA and BF. RGB value is (75,170,191). Sum of RGB (Red+Green+Blue) = 75+170+191=436 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.20% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #4BAABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BAABF is #B45540. Grayscale: #8F8F8F. Windows color (decimal): -11818305 or 12560971. OLE color: 12560971.

HSL color Cylindrical-coordinate representation of color #4BAABF: hue angle of 190.86º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BAABF is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB75170191-
CMYK0.610.1100.25
HSL190.86º47.54%52.16%-
HSV(B)190.86º60.73%74.9%-
XYZ26.6834.0154.45-
YUV143.99154.5378.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.20%
GREEN value IS 170 (66.80% from 255) = 38.99%
BLUE value IS 191 (75% from 255) = 43.81%
R=17.20%
G=38.99%
B=43.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal751701910.610.1100.25190.8647.5452.16
Hex4BAABF3DB019bf3034
Octal11325227775130312776064
Binary10010111010101010111111111101101101100110111111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,170,191); }

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

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

 a { background-color: rgb(75,170,191); }

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

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

 span { border-color: rgb(75,170,191); }

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