Html Css Color HEX #488098 Hippie Blue

📋 copy color: '#488098'

red 72 ◦ green 128 ◦ blue 152

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

Shades of Hippie Blue #488098

Tints of Hippie Blue #488098

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.36%

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

R = 20.45%
G = 36.36%
B = 43.18%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#488098 (or 0x488098) is known color: Hippie Blue. HEX triplet: 48, 80 and 98. RGB value is (72,128,152). Sum of RGB (Red+Green+Blue) = 72+128+152=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 152 - color contains mainly: blue. Hex color #488098 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488098 is #B77F67. Grayscale: #717171. Windows color (decimal): -12025704 or 9994312. OLE color: 9994312.

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

Color convert

RGB 72 128 152 -
CMYK 0.53 0.16 0 0.40
HSL 198º 0.36% 0.44% -
HSV(B) 198º 0.53% 0.6% -
XYZ 16.06 19.08 32.54 -
YUV 113.99 149.45 98.05 -
System Red Green Blue C M Y K H S L
Decimal 72 128 152 0.53 0.16 0 0.40 198 0.36 0.44
Hex 48 80 98 35 10 0 28 C6 24 2C
Octal 110 200 230 65 20 0 50 306 44 54
Binary 1001000 10000000 10011000 110101 10000 0 101000 11000110 100100 101100

Color Harmonies of #488098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488098

Black with #488098

Text Example


Text Example

White with #488098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488098; }

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

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

background-color css

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

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

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

border-color css

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

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

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