Html Css Color HEX #488998 Hippie Blue

📋 copy color: '#488998'

red 72 ◦ green 137 ◦ blue 152

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

Shades of Hippie Blue #488998

Tints of Hippie Blue #488998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.11%

R = 19.94%
G = 37.95%
B = 42.11%

CMYK

 C value IS 0.53

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#488998 (or 0x488998) is known color: Hippie Blue. HEX triplet: 48, 89 and 98. RGB value is (72,137,152). Sum of RGB (Red+Green+Blue) = 72+137+152=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 152 - color contains mainly: blue. Hex color #488998 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488998 is #B77667. Grayscale: #777777. Windows color (decimal): -12023400 or 9996616. OLE color: 9996616.

HSL color Cylindrical-coordinate representation of color #488998: hue angle of 191.25º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #488998 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 72 137 152 -
CMYK 0.53 0.10 0 0.40
HSL 191.25º 0.36% 0.44% -
HSV(B) 191.25º 0.53% 0.6% -
XYZ 17.29 21.54 32.95 -
YUV 119.28 146.47 94.28 -
System Red Green Blue C M Y K H S L
Decimal 72 137 152 0.53 0.10 0 0.40 191.25 0.36 0.44
Hex 48 89 98 35 A 0 28 BF 24 2C
Octal 110 211 230 65 12 0 50 277 44 54
Binary 1001000 10001001 10011000 110101 1010 0 101000 10111111 100100 101100

Color Harmonies of #488998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488998

Black with #488998

Text Example


Text Example

White with #488998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488998; }

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

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

background-color css

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

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

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

border-color css

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

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

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