Html Css Color HEX #487F9A Hippie Blue

📋 copy color: '#487F9A'

red 72 ◦ green 127 ◦ blue 154

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

Shades of Hippie Blue #487F9A

Tints of Hippie Blue #487F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.63%

R = 20.4%
G = 35.98%
B = 43.63%

CMYK

 C value IS 0.53

 M value IS 0.18

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#487F9A (or 0x487F9A) is known color: Hippie Blue. HEX triplet: 48, 7F and 9A. RGB value is (72,127,154). Sum of RGB (Red+Green+Blue) = 72+127+154=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 154 - color contains mainly: blue. Hex color #487F9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487F9A is #B78065. Grayscale: #717171. Windows color (decimal): -12025958 or 10125128. OLE color: 10125128.

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

Color convert

RGB 72 127 154 -
CMYK 0.53 0.18 0 0.40
HSL 199.76º 0.36% 0.44% -
HSV(B) 199.76º 0.53% 0.6% -
XYZ 16.09 18.89 33.37 -
YUV 113.63 150.78 98.3 -
System Red Green Blue C M Y K H S L
Decimal 72 127 154 0.53 0.18 0 0.40 199.76 0.36 0.44
Hex 48 7F 9A 35 12 0 28 C8 24 2C
Octal 110 177 232 65 22 0 50 310 44 54
Binary 1001000 1111111 10011010 110101 10010 0 101000 11001000 100100 101100

Color Harmonies of #487F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487F9A

Black with #487F9A

Text Example


Text Example

White with #487F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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