Html Css Color HEX #487F9E Hippie Blue

📋 copy color: '#487F9E'

red 72 ◦ green 127 ◦ blue 158

#487F9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Blue #487F9E

Tints of Hippie Blue #487F9E

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 value IS 0.54

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#487F9E (or 0x487F9E) is known color: 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

RGB 72 127 158 -
CMYK 0.54 0.20 0 0.38
HSL 201.63º 0.37% 0.45% -
HSV(B) 201.63º 0.54% 0.62% -
XYZ 16.43 19.03 35.15 -
YUV 114.09 152.78 97.98 -
System Red Green Blue C M Y K H S L
Decimal 72 127 158 0.54 0.20 0 0.38 201.63 0.37 0.45
Hex 48 7F 9E 36 14 0 26 CA 25 2D
Octal 110 177 236 66 24 0 46 312 45 55
Binary 1001000 1111111 10011110 110110 10100 0 100110 11001010 100101 101101

Color Harmonies of #487F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487F9E

Black with #487F9E

Text Example


Text Example

White with #487F9E

Text Example


Text Example

HTML Codes & Css Web 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>