Html Css Color HEX #488590 Hippie Blue

📋 copy color: '#488590'

red 72 ◦ green 133 ◦ blue 144

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

Shades of Hippie Blue #488590

Tints of Hippie Blue #488590

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.11%

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

R = 20.63%
G = 38.11%
B = 41.26%

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

#488590 (or 0x488590) is known color: Hippie Blue. HEX triplet: 48, 85 and 90. RGB value is (72,133,144). Sum of RGB (Red+Green+Blue) = 72+133+144=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 144 - color contains mainly: blue. Hex color #488590 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488590 is #B77A6F. Grayscale: #737373. Windows color (decimal): -12024432 or 9471304. OLE color: 9471304.

HSL color Cylindrical-coordinate representation of color #488590: hue angle of 189.17º 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 #488590 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 133 144 -
CMYK 0.50 0.08 0 0.44
HSL 189.17º 0.33% 0.42% -
HSV(B) 189.17º 0.5% 0.56% -
XYZ 16.09 20.17 29.43 -
YUV 116.02 143.79 96.61 -
System Red Green Blue C M Y K H S L
Decimal 72 133 144 0.50 0.08 0 0.44 189.17 0.33 0.42
Hex 48 85 90 32 8 0 2C BD 21 2A
Octal 110 205 220 62 10 0 54 275 41 52
Binary 1001000 10000101 10010000 110010 1000 0 101100 10111101 100001 101010

Color Harmonies of #488590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488590

Black with #488590

Text Example


Text Example

White with #488590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488590; }

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

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

background-color css

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

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

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

border-color css

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

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

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