Html Css Color HEX #488790 Hippie Blue

📋 copy color: '#488790'

red 72 ◦ green 135 ◦ blue 144

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

Shades of Hippie Blue #488790

Tints of Hippie Blue #488790

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.46%

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

R = 20.51%
G = 38.46%
B = 41.03%

CMYK

 C value IS 0.50

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#488790 (or 0x488790) is known color: Hippie Blue. HEX triplet: 48, 87 and 90. RGB value is (72,135,144). Sum of RGB (Red+Green+Blue) = 72+135+144=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 144 - color contains mainly: blue. Hex color #488790 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488790 is #B7786F. Grayscale: #757575. Windows color (decimal): -12023920 or 9471816. OLE color: 9471816.

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

Color convert

RGB 72 135 144 -
CMYK 0.50 0.06 0 0.44
HSL 187.5º 0.33% 0.42% -
HSV(B) 187.5º 0.5% 0.56% -
XYZ 16.37 20.72 29.52 -
YUV 117.19 143.13 95.77 -
System Red Green Blue C M Y K H S L
Decimal 72 135 144 0.50 0.06 0 0.44 187.5 0.33 0.42
Hex 48 87 90 32 6 0 2C BC 21 2A
Octal 110 207 220 62 6 0 54 274 41 52
Binary 1001000 10000111 10010000 110010 110 0 101100 10111100 100001 101010

Color Harmonies of #488790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488790

Black with #488790

Text Example


Text Example

White with #488790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488790; }

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

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

background-color css

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

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

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

border-color css

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

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

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