#487E9E

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

Shades of Hippie Blue #487E9E

Tints of Hippie Blue #487E9E

Color information

#487E9E (or 0x487E9E) is unknown color: approx Hippie Blue. HEX triplet: 48, 7E and 9E. RGB value is (72,126,158). Sum of RGB (Red+Green+Blue) = 72+126+158=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 158 - color contains mainly: blue. Hex color #487E9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487E9E is #B78161. Grayscale: #717171. Windows color (decimal): -12026210 or 10387016. OLE color: 10387016.

HSL color Cylindrical-coordinate representation of color #487E9E: hue angle of 202.33º 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 #487E9E is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB72126158-
CMYK0.540.2000.38
HSL202.33º37.39%45.1%-
HSV(B)202.33º54.43%61.96%-
XYZ16.318.7735.11-
YUV113.5153.1198.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.22%
GREEN value IS 126 (49.61% from 255) = 35.39%
BLUE value IS 158 (62.11% from 255) = 44.38%
R=20.22%
G=35.39%
B=44.38%

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
Decimal721261580.540.2000.38202.3337.3945.1
Hex487E9E3614026ca252d
Octal11017623666240463124555
Binary100100011111101001111011011010100010011011001010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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