Html Css Color HEX #488792 Hippie Blue

📋 copy color: '#488792'

red 72 ◦ green 135 ◦ blue 146

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

Shades of Hippie Blue #488792

Tints of Hippie Blue #488792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.36%

R = 20.4%
G = 38.24%
B = 41.36%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#488792 (or 0x488792) is known color: Hippie Blue. HEX triplet: 48, 87 and 92. RGB value is (72,135,146). Sum of RGB (Red+Green+Blue) = 72+135+146=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 146 - color contains mainly: blue. Hex color #488792 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488792 is #B7786D. Grayscale: #757575. Windows color (decimal): -12023918 or 9602888. OLE color: 9602888.

HSL color Cylindrical-coordinate representation of color #488792: hue angle of 188.92º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #488792 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 135 146 -
CMYK 0.51 0.08 0 0.43
HSL 188.92º 0.34% 0.43% -
HSV(B) 188.92º 0.51% 0.57% -
XYZ 16.52 20.78 30.33 -
YUV 117.42 144.13 95.61 -
System Red Green Blue C M Y K H S L
Decimal 72 135 146 0.51 0.08 0 0.43 188.92 0.34 0.43
Hex 48 87 92 33 8 0 2B BD 22 2B
Octal 110 207 222 63 10 0 53 275 42 53
Binary 1001000 10000111 10010010 110011 1000 0 101011 10111101 100010 101011

Color Harmonies of #488792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488792

Black with #488792

Text Example


Text Example

White with #488792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488792; }

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

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

background-color css

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

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

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

border-color css

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

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

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