#4B8895

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

Shades of Hippie Blue #4B8895

Tints of Hippie Blue #4B8895

Color information

#4B8895 (or 0x4B8895) is unknown color: approx Hippie Blue. HEX triplet: 4B, 88 and 95. RGB value is (75,136,149). Sum of RGB (Red+Green+Blue) = 75+136+149=360 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.83% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 149 - color contains mainly: blue. Hex color #4B8895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B8895 is #B4776A. Grayscale: #777777. Windows color (decimal): -11827051 or 9799755. OLE color: 9799755.

HSL color Cylindrical-coordinate representation of color #4B8895: hue angle of 190.54º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B8895 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB75136149-
CMYK0.500.0900.42
HSL190.54º33.04%43.92%-
HSV(B)190.54º49.66%58.43%-
XYZ17.1321.2731.64-
YUV119.24144.7996.44-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.83%
GREEN value IS 136 (53.52% from 255) = 37.78%
BLUE value IS 149 (58.59% from 255) = 41.39%
R=20.83%
G=37.78%
B=41.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal751361490.500.0900.42190.5433.0443.92
Hex4B889532902Abf212c
Octal11321022562110522774154
Binary100101110001000100101011100101001010101010111111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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