Html Css Color HEX #48859A Hippie Blue

📋 copy color: '#48859A'

red 72 ◦ green 133 ◦ blue 154

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

Shades of Hippie Blue #48859A

Tints of Hippie Blue #48859A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.9%

R = 20.06%
G = 37.05%
B = 42.9%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#48859A (or 0x48859A) is known color: Hippie Blue. HEX triplet: 48, 85 and 9A. RGB value is (72,133,154). Sum of RGB (Red+Green+Blue) = 72+133+154=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 154 - color contains mainly: blue. Hex color #48859A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48859A is #B77A65. Grayscale: #757575. Windows color (decimal): -12024422 or 10126664. OLE color: 10126664.

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

Color convert

RGB 72 133 154 -
CMYK 0.53 0.14 0 0.40
HSL 195.37º 0.36% 0.44% -
HSV(B) 195.37º 0.53% 0.6% -
XYZ 16.89 20.49 33.64 -
YUV 117.16 148.79 95.79 -
System Red Green Blue C M Y K H S L
Decimal 72 133 154 0.53 0.14 0 0.40 195.37 0.36 0.44
Hex 48 85 9A 35 E 0 28 C3 24 2C
Octal 110 205 232 65 16 0 50 303 44 54
Binary 1001000 10000101 10011010 110101 1110 0 101000 11000011 100100 101100

Color Harmonies of #48859A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48859A

Black with #48859A

Text Example


Text Example

White with #48859A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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