Html Css Color HEX #48859F Hippie Blue

📋 copy color: '#48859F'

red 72 ◦ green 133 ◦ blue 159

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

Shades of Hippie Blue #48859F

Tints of Hippie Blue #48859F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.54%

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

R = 19.78%
G = 36.54%
B = 43.68%

CMYK

 C value IS 0.55

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48859F (or 0x48859F) is known color: Hippie Blue. HEX triplet: 48, 85 and 9F. RGB value is (72,133,159). Sum of RGB (Red+Green+Blue) = 72+133+159=364 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.78% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 159 - color contains mainly: blue. Hex color #48859F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48859F is #B77A60. Grayscale: #757575. Windows color (decimal): -12024417 or 10454344. OLE color: 10454344.

HSL color Cylindrical-coordinate representation of color #48859F: hue angle of 197.93º 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 #48859F is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 133 159 -
CMYK 0.55 0.16 0 0.38
HSL 197.93º 0.38% 0.45% -
HSV(B) 197.93º 0.55% 0.62% -
XYZ 17.32 20.66 35.88 -
YUV 117.73 151.29 95.39 -
System Red Green Blue C M Y K H S L
Decimal 72 133 159 0.55 0.16 0 0.38 197.93 0.38 0.45
Hex 48 85 9F 37 10 0 26 C6 26 2D
Octal 110 205 237 67 20 0 46 306 46 55
Binary 1001000 10000101 10011111 110111 10000 0 100110 11000110 100110 101101

Color Harmonies of #48859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48859F

Black with #48859F

Text Example


Text Example

White with #48859F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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