Html Css Color HEX #487F99 Hippie Blue

📋 copy color: '#487F99'

red 72 ◦ green 127 ◦ blue 153

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

Shades of Hippie Blue #487F99

Tints of Hippie Blue #487F99

RGB

 RED value IS 72 (28.52% from 255) = 20.45%

 GREEN value IS 127 (50% from 255) = 36.08%

 BLUE value IS 153 (60.16% from 255) = 43.47%

R = 20.45%
G = 36.08%
B = 43.47%

CMYK

 C value IS 0.53

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#487F99 (or 0x487F99) is known color: Hippie Blue. HEX triplet: 48, 7F and 99. RGB value is (72,127,153). Sum of RGB (Red+Green+Blue) = 72+127+153=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #487F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487F99 is #B78066. Grayscale: #717171. Windows color (decimal): -12025959 or 10059592. OLE color: 10059592.

HSL color Cylindrical-coordinate representation of color #487F99: hue angle of 199.26º 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 #487F99 is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 72 127 153 -
CMYK 0.53 0.17 0 0.4
HSL 199.26º 0.36% 0.44% -
HSV(B) 199.26º 0.53% 0.6% -
XYZ 16.01 18.86 32.93 -
YUV 113.52 150.28 98.39 -
System Red Green Blue C M Y K H S L
Decimal 72 127 153 0.53 0.17 0 0.4 199.26 0.36 0.44
Hex 48 7F 99 35 11 0 28 C7 24 2C
Octal 110 177 231 65 21 0 50 307 44 54
Binary 1001000 1111111 10011001 110101 10001 0 101000 11000111 100100 101100

Color Harmonies of #487F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487F99

Black with #487F99

Text Example


Text Example

White with #487F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #487F99;
 }
 .AnyTagClassName
 {
   color: #487F99;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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