Html Css Color HEX #488C98 Hippie Blue

📋 copy color: '#488C98'

red 72 ◦ green 140 ◦ blue 152

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

Shades of Hippie Blue #488C98

Tints of Hippie Blue #488C98

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.46%

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

R = 19.78%
G = 38.46%
B = 41.76%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#488C98 (or 0x488C98) is known color: Hippie Blue. HEX triplet: 48, 8C and 98. RGB value is (72,140,152). Sum of RGB (Red+Green+Blue) = 72+140+152=364 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.78% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 152 - color contains mainly: blue. Hex color #488C98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488C98 is #B77367. Grayscale: #787878. Windows color (decimal): -12022632 or 9997384. OLE color: 9997384.

HSL color Cylindrical-coordinate representation of color #488C98: hue angle of 189º 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 #488C98 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 72 140 152 -
CMYK 0.53 0.08 0 0.40
HSL 189º 0.36% 0.44% -
HSV(B) 189º 0.53% 0.6% -
XYZ 17.72 22.4 33.1 -
YUV 121.04 145.47 93.02 -
System Red Green Blue C M Y K H S L
Decimal 72 140 152 0.53 0.08 0 0.40 189 0.36 0.44
Hex 48 8C 98 35 8 0 28 BD 24 2C
Octal 110 214 230 65 10 0 50 275 44 54
Binary 1001000 10001100 10011000 110101 1000 0 101000 10111101 100100 101100

Color Harmonies of #488C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488C98

Black with #488C98

Text Example


Text Example

White with #488C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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