#487F9E

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

Shades of Hippie Blue #487F9E

Tints of Hippie Blue #487F9E

Color information

#487F9E (or 0x487F9E) is unknown color: approx Hippie Blue. HEX triplet: 48, 7F and 9E. RGB value is (72,127,158). Sum of RGB (Red+Green+Blue) = 72+127+158=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 158 - color contains mainly: blue. Hex color #487F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487F9E is #B78061. Grayscale: #717171. Windows color (decimal): -12025954 or 10387272. OLE color: 10387272.

HSL color Cylindrical-coordinate representation of color #487F9E: hue angle of 201.63º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #487F9E is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB72127158-
CMYK0.540.2000.38
HSL201.63º37.39%45.1%-
HSV(B)201.63º54.43%61.96%-
XYZ16.4319.0335.15-
YUV114.09152.7897.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.17%
GREEN value IS 127 (50% from 255) = 35.57%
BLUE value IS 158 (62.11% from 255) = 44.26%
R=20.17%
G=35.57%
B=44.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721271580.540.2000.38201.6337.3945.1
Hex487F9E3614026ca252d
Octal11017723666240463124555
Binary100100011111111001111011011010100010011011001010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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