Html Css Color HEX #488496 Hippie Blue

📋 copy color: '#488496'

red 72 ◦ green 132 ◦ blue 150

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

Shades of Hippie Blue #488496

Tints of Hippie Blue #488496

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.29%

 BLUE value IS 150 (58.98% from 255) = 42.37%

R = 20.34%
G = 37.29%
B = 42.37%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#488496 (or 0x488496) is known color: Hippie Blue. HEX triplet: 48, 84 and 96. RGB value is (72,132,150). Sum of RGB (Red+Green+Blue) = 72+132+150=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 150 - color contains mainly: blue. Hex color #488496 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488496 is #B77B69. Grayscale: #737373. Windows color (decimal): -12024682 or 9864264. OLE color: 9864264.

HSL color Cylindrical-coordinate representation of color #488496: hue angle of 193.85º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #488496 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 132 150 -
CMYK 0.52 0.12 0 0.41
HSL 193.85º 0.35% 0.44% -
HSV(B) 193.85º 0.52% 0.59% -
XYZ 16.43 20.08 31.86 -
YUV 116.11 147.12 96.54 -
System Red Green Blue C M Y K H S L
Decimal 72 132 150 0.52 0.12 0 0.41 193.85 0.35 0.44
Hex 48 84 96 34 C 0 29 C2 23 2C
Octal 110 204 226 64 14 0 51 302 43 54
Binary 1001000 10000100 10010110 110100 1100 0 101001 11000010 100011 101100

Color Harmonies of #488496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488496

Black with #488496

Text Example


Text Example

White with #488496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488496; }

 p { color: rgb(72,132,150); }

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

background-color css

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

 a { background-color: rgb(72,132,150); }

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

border-color css

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

 span { border-color: rgb(72,132,150); }

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