Html Css Color HEX #488490 Hippie Blue

📋 copy color: '#488490'

red 72 ◦ green 132 ◦ blue 144

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

Shades of Hippie Blue #488490

Tints of Hippie Blue #488490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.93%

 BLUE value IS 144 (56.64% from 255) = 41.38%

R = 20.69%
G = 37.93%
B = 41.38%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#488490 (or 0x488490) is known color: Hippie Blue. HEX triplet: 48, 84 and 90. RGB value is (72,132,144). Sum of RGB (Red+Green+Blue) = 72+132+144=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 144 - color contains mainly: blue. Hex color #488490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488490 is #B77B6F. Grayscale: #737373. Windows color (decimal): -12024688 or 9471048. OLE color: 9471048.

HSL color Cylindrical-coordinate representation of color #488490: hue angle of 190º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #488490 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 132 144 -
CMYK 0.50 0.08 0 0.44
HSL 190º 0.33% 0.42% -
HSV(B) 190º 0.5% 0.56% -
XYZ 15.96 19.89 29.38 -
YUV 115.43 144.12 97.02 -
System Red Green Blue C M Y K H S L
Decimal 72 132 144 0.50 0.08 0 0.44 190 0.33 0.42
Hex 48 84 90 32 8 0 2C BE 21 2A
Octal 110 204 220 62 10 0 54 276 41 52
Binary 1001000 10000100 10010000 110010 1000 0 101100 10111110 100001 101010

Color Harmonies of #488490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488490

Black with #488490

Text Example


Text Example

White with #488490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488490; }

 p { color: rgb(72,132,144); }

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

background-color css

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

 a { background-color: rgb(72,132,144); }

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

border-color css

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

 span { border-color: rgb(72,132,144); }

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