Html Css Color HEX #488993 Hippie Blue

📋 copy color: '#488993'

red 72 ◦ green 137 ◦ blue 147

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

Shades of Hippie Blue #488993

Tints of Hippie Blue #488993

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.48%

 BLUE value IS 147 (57.81% from 255) = 41.29%

R = 20.22%
G = 38.48%
B = 41.29%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#488993 (or 0x488993) is known color: Hippie Blue. HEX triplet: 48, 89 and 93. RGB value is (72,137,147). Sum of RGB (Red+Green+Blue) = 72+137+147=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 147 - color contains mainly: blue. Hex color #488993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488993 is #B7766C. Grayscale: #767676. Windows color (decimal): -12023405 or 9668936. OLE color: 9668936.

HSL color Cylindrical-coordinate representation of color #488993: hue angle of 188º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #488993 is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 137 147 -
CMYK 0.51 0.07 0 0.42
HSL 188º 0.34% 0.43% -
HSV(B) 188º 0.51% 0.58% -
XYZ 16.88 21.38 30.84 -
YUV 118.71 143.97 94.69 -
System Red Green Blue C M Y K H S L
Decimal 72 137 147 0.51 0.07 0 0.42 188 0.34 0.43
Hex 48 89 93 33 7 0 2A BC 22 2B
Octal 110 211 223 63 7 0 52 274 42 53
Binary 1001000 10001001 10010011 110011 111 0 101010 10111100 100010 101011

Color Harmonies of #488993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488993

Black with #488993

Text Example


Text Example

White with #488993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488993; }

 p { color: rgb(72,137,147); }

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

background-color css

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

 a { background-color: rgb(72,137,147); }

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

border-color css

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

 span { border-color: rgb(72,137,147); }

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