#4BAABE

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

Shades of Viking #4BAABE

Tints of Viking #4BAABE

Color information

#4BAABE (or 0x4BAABE) is unknown color: approx Viking. HEX triplet: 4B, AA and BE. RGB value is (75,170,190). Sum of RGB (Red+Green+Blue) = 75+170+190=435 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.24% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #4BAABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BAABE is #B45541. Grayscale: #8F8F8F. Windows color (decimal): -11818306 or 12495435. OLE color: 12495435.

HSL color Cylindrical-coordinate representation of color #4BAABE: hue angle of 190.43º degrees, saturation: 0.47, 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 #4BAABE is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB75170190-
CMYK0.610.1100.25
HSL190.43º46.94%51.96%-
HSV(B)190.43º60.53%74.51%-
XYZ26.5733.9653.87-
YUV143.88154.0378.87-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.24%
GREEN value IS 170 (66.80% from 255) = 39.08%
BLUE value IS 190 (74.61% from 255) = 43.68%
R=17.24%
G=39.08%
B=43.68%

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
Decimal751701900.610.1100.25190.4346.9451.96
Hex4BAABE3DB019be2f34
Octal11325227675130312765764
Binary10010111010101010111110111101101101100110111110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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