Html Css Color HEX #488798 Hippie Blue

📋 copy color: '#488798'

red 72 ◦ green 135 ◦ blue 152

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

Shades of Hippie Blue #488798

Tints of Hippie Blue #488798

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.6%

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

R = 20.06%
G = 37.6%
B = 42.34%

CMYK

 C value IS 0.53

 M value IS 0.11

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#488798 (or 0x488798) is known color: Hippie Blue. HEX triplet: 48, 87 and 98. RGB value is (72,135,152). Sum of RGB (Red+Green+Blue) = 72+135+152=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 152 - color contains mainly: blue. Hex color #488798 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488798 is #B77867. Grayscale: #757575. Windows color (decimal): -12023912 or 9996104. OLE color: 9996104.

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

Color convert

RGB 72 135 152 -
CMYK 0.53 0.11 0 0.40
HSL 192.75º 0.36% 0.44% -
HSV(B) 192.75º 0.53% 0.6% -
XYZ 17 20.97 32.86 -
YUV 118.1 147.13 95.12 -
System Red Green Blue C M Y K H S L
Decimal 72 135 152 0.53 0.11 0 0.40 192.75 0.36 0.44
Hex 48 87 98 35 B 0 28 C1 24 2C
Octal 110 207 230 65 13 0 50 301 44 54
Binary 1001000 10000111 10011000 110101 1011 0 101000 11000001 100100 101100

Color Harmonies of #488798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488798

Black with #488798

Text Example


Text Example

White with #488798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488798; }

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

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

background-color css

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

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

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

border-color css

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

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

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