#4887A2

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

Shades of Hippie Blue #4887A2

Tints of Hippie Blue #4887A2

Color information

#4887A2 (or 0x4887A2) is unknown color: approx Hippie Blue. HEX triplet: 48, 87 and A2. RGB value is (72,135,162). Sum of RGB (Red+Green+Blue) = 72+135+162=369 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.51% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 162 (63.67% from 255 or 43.90% from 369); Max value from RGB is 162 - color contains mainly: blue. Hex color #4887A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4887A2 is #B7785D. Grayscale: #777777. Windows color (decimal): -12023902 or 10651464. OLE color: 10651464.

HSL color Cylindrical-coordinate representation of color #4887A2: hue angle of 198º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4887A2 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB72135162-
CMYK0.560.1700.36
HSL198º38.46%45.88%-
HSV(B)198º55.56%63.53%-
XYZ17.8621.3137.36-
YUV119.24152.1394.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.51%
GREEN value IS 135 (53.12% from 255) = 36.59%
BLUE value IS 162 (63.67% from 255) = 43.90%
R=19.51%
G=36.59%
B=43.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal721351620.560.1700.3619838.4645.88
Hex4887A23811024c6262e
Octal11020724270210443064656
Binary1001000100001111010001011100010001010010011000110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4887A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4887A2; }

 p { color: rgb(72,135,162); }

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

<style>
 a { background-color: #4887A2; }

 a { background-color: rgb(72,135,162); }

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

<style>
 span { border-color: #4887A2; }

 span { border-color: rgb(72,135,162); }

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