Html Css Color HEX #488A98 Hippie Blue

📋 copy color: '#488A98'

red 72 ◦ green 138 ◦ blue 152

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

Shades of Hippie Blue #488A98

Tints of Hippie Blue #488A98

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.12%

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

R = 19.89%
G = 38.12%
B = 41.99%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#488A98 (or 0x488A98) is known color: Hippie Blue. HEX triplet: 48, 8A and 98. RGB value is (72,138,152). Sum of RGB (Red+Green+Blue) = 72+138+152=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 152 - color contains mainly: blue. Hex color #488A98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488A98 is #B77567. Grayscale: #777777. Windows color (decimal): -12023144 or 9996872. OLE color: 9996872.

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

Color convert

RGB 72 138 152 -
CMYK 0.53 0.09 0 0.40
HSL 190.5º 0.36% 0.44% -
HSV(B) 190.5º 0.53% 0.6% -
XYZ 17.43 21.82 33 -
YUV 119.86 146.13 93.86 -
System Red Green Blue C M Y K H S L
Decimal 72 138 152 0.53 0.09 0 0.40 190.5 0.36 0.44
Hex 48 8A 98 35 9 0 28 BE 24 2C
Octal 110 212 230 65 11 0 50 276 44 54
Binary 1001000 10001010 10011000 110101 1001 0 101000 10111110 100100 101100

Color Harmonies of #488A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488A98

Black with #488A98

Text Example


Text Example

White with #488A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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