Html Css Color HEX #488391 Hippie Blue

📋 copy color: '#488391'

red 72 ◦ green 131 ◦ blue 145

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

Shades of Hippie Blue #488391

Tints of Hippie Blue #488391

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.64%

 BLUE value IS 145 (57.03% from 255) = 41.67%

R = 20.69%
G = 37.64%
B = 41.67%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#488391 (or 0x488391) is known color: Hippie Blue. HEX triplet: 48, 83 and 91. RGB value is (72,131,145). Sum of RGB (Red+Green+Blue) = 72+131+145=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 145 - color contains mainly: blue. Hex color #488391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488391 is #B77C6E. Grayscale: #727272. Windows color (decimal): -12024943 or 9536328. OLE color: 9536328.

HSL color Cylindrical-coordinate representation of color #488391: hue angle of 191.51º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #488391 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 131 145 -
CMYK 0.50 0.10 0 0.43
HSL 191.51º 0.34% 0.43% -
HSV(B) 191.51º 0.5% 0.57% -
XYZ 15.9 19.65 29.74 -
YUV 114.96 144.95 97.36 -
System Red Green Blue C M Y K H S L
Decimal 72 131 145 0.50 0.10 0 0.43 191.51 0.34 0.43
Hex 48 83 91 32 A 0 2B C0 22 2B
Octal 110 203 221 62 12 0 53 300 42 53
Binary 1001000 10000011 10010001 110010 1010 0 101011 11000000 100010 101011

Color Harmonies of #488391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488391

Black with #488391

Text Example


Text Example

White with #488391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488391; }

 p { color: rgb(72,131,145); }

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

background-color css

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

 a { background-color: rgb(72,131,145); }

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

border-color css

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

 span { border-color: rgb(72,131,145); }

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