#487E9C

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

Shades of Hippie Blue #487E9C

Tints of Hippie Blue #487E9C

Color information

#487E9C (or 0x487E9C) is unknown color: approx Hippie Blue. HEX triplet: 48, 7E and 9C. RGB value is (72,126,156). Sum of RGB (Red+Green+Blue) = 72+126+156=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #487E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487E9C is #B78163. Grayscale: #717171. Windows color (decimal): -12026212 or 10255944. OLE color: 10255944.

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

Color convert

RGB72126156-
CMYK0.540.1900.39
HSL201.43º36.84%44.71%-
HSV(B)201.43º53.85%61.18%-
XYZ16.1318.734.21-
YUV113.27152.1198.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.34%
GREEN value IS 126 (49.61% from 255) = 35.59%
BLUE value IS 156 (61.33% from 255) = 44.07%
R=20.34%
G=35.59%
B=44.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721261560.540.1900.39201.4336.8444.71
Hex487E9C3613027c9252d
Octal11017623466230473114555
Binary100100011111101001110011011010011010011111001001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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