#4B8891

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

Shades of Hippie Blue #4B8891

Tints of Hippie Blue #4B8891

Color information

#4B8891 (or 0x4B8891) is unknown color: approx Hippie Blue. HEX triplet: 4B, 88 and 91. RGB value is (75,136,145). Sum of RGB (Red+Green+Blue) = 75+136+145=356 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.07% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 145 - color contains mainly: blue. Hex color #4B8891 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B8891 is #B4776E. Grayscale: #767676. Windows color (decimal): -11827055 or 9537611. OLE color: 9537611.

HSL color Cylindrical-coordinate representation of color #4B8891: hue angle of 187.71º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B8891 is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB75136145-
CMYK0.480.0600.43
HSL187.71º31.82%43.14%-
HSV(B)187.71º48.28%56.86%-
XYZ16.8221.1529.98-
YUV118.79142.7996.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.07%
GREEN value IS 136 (53.52% from 255) = 38.20%
BLUE value IS 145 (57.03% from 255) = 40.73%
R=21.07%
G=38.20%
B=40.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal751361450.480.0600.43187.7131.8243.14
Hex4B889130602Bbc202b
Octal1132102216060532744053
Binary10010111000100010010001110000110010101110111100100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,136,145); }

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

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

 a { background-color: rgb(75,136,145); }

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

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

 span { border-color: rgb(75,136,145); }

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