Html Css Color HEX #48909F Hippie Blue

📋 copy color: '#48909F'

red 72 ◦ green 144 ◦ blue 159

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

Shades of Hippie Blue #48909F

Tints of Hippie Blue #48909F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.4%

 BLUE value IS 159 (62.5% from 255) = 42.4%

R = 19.2%
G = 38.4%
B = 42.4%

CMYK

 C value IS 0.55

 M value IS 0.09

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48909F (or 0x48909F) is known color: Hippie Blue. HEX triplet: 48, 90 and 9F. RGB value is (72,144,159). Sum of RGB (Red+Green+Blue) = 72+144+159=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 159 - color contains mainly: blue. Hex color #48909F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48909F is #B76F60. Grayscale: #7C7C7C. Windows color (decimal): -12021601 or 10457160. OLE color: 10457160.

HSL color Cylindrical-coordinate representation of color #48909F: hue angle of 190.34º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48909F is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 144 159 -
CMYK 0.55 0.09 0 0.38
HSL 190.34º 0.38% 0.45% -
HSV(B) 190.34º 0.55% 0.62% -
XYZ 18.9 23.83 36.4 -
YUV 124.18 147.65 90.78 -
System Red Green Blue C M Y K H S L
Decimal 72 144 159 0.55 0.09 0 0.38 190.34 0.38 0.45
Hex 48 90 9F 37 9 0 26 BE 26 2D
Octal 110 220 237 67 11 0 46 276 46 55
Binary 1001000 10010000 10011111 110111 1001 0 100110 10111110 100110 101101

Color Harmonies of #48909F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48909F

Black with #48909F

Text Example


Text Example

White with #48909F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48909F; }

 p { color: rgb(72,144,159); }

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

background-color css

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

 a { background-color: rgb(72,144,159); }

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

border-color css

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

 span { border-color: rgb(72,144,159); }

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