#4B879A

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

Shades of Hippie Blue #4B879A

Tints of Hippie Blue #4B879A

Color information

#4B879A (or 0x4B879A) is unknown color: approx Hippie Blue. HEX triplet: 4B, 87 and 9A. RGB value is (75,135,154). Sum of RGB (Red+Green+Blue) = 75+135+154=364 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.60% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 154 - color contains mainly: blue. Hex color #4B879A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B879A is #B47865. Grayscale: #777777. Windows color (decimal): -11827302 or 10127179. OLE color: 10127179.

HSL color Cylindrical-coordinate representation of color #4B879A: hue angle of 194.43º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B879A is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB75135154-
CMYK0.510.1200.40
HSL194.43º34.5%44.9%-
HSV(B)194.43º51.3%60.39%-
XYZ17.421.1633.74-
YUV119.23147.6296.46-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.60%
GREEN value IS 135 (53.12% from 255) = 37.09%
BLUE value IS 154 (60.55% from 255) = 42.31%
R=20.60%
G=37.09%
B=42.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal751351540.510.1200.40194.4334.544.9
Hex4B879A33C028c2222d
Octal11320723263140503024255
Binary100101110000111100110101100111100010100011000010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B879A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,135,154); }

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

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

 a { background-color: rgb(75,135,154); }

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

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

 span { border-color: rgb(75,135,154); }

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