#487F9A

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

Shades of Hippie Blue #487F9A

Tints of Hippie Blue #487F9A

Color information

#487F9A (or 0x487F9A) is unknown color: approx Hippie Blue. HEX triplet: 48, 7F and 9A. RGB value is (72,127,154). Sum of RGB (Red+Green+Blue) = 72+127+154=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 154 - color contains mainly: blue. Hex color #487F9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487F9A is #B78065. Grayscale: #717171. Windows color (decimal): -12025958 or 10125128. OLE color: 10125128.

HSL color Cylindrical-coordinate representation of color #487F9A: hue angle of 199.76º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #487F9A is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB72127154-
CMYK0.530.1800.40
HSL199.76º36.28%44.31%-
HSV(B)199.76º53.25%60.39%-
XYZ16.0918.8933.37-
YUV113.63150.7898.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.40%
GREEN value IS 127 (50% from 255) = 35.98%
BLUE value IS 154 (60.55% from 255) = 43.63%
R=20.40%
G=35.98%
B=43.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal721271540.530.1800.40199.7636.2844.31
Hex487F9A3512028c8242c
Octal11017723265220503104454
Binary100100011111111001101011010110010010100011001000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487F9A; }

 p { color: rgb(72,127,154); }

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

<style>
 a { background-color: #487F9A; }

 a { background-color: rgb(72,127,154); }

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

<style>
 span { border-color: #487F9A; }

 span { border-color: rgb(72,127,154); }

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