Html Css Color HEX #48819B Hippie Blue

📋 copy color: '#48819B'

red 72 ◦ green 129 ◦ blue 155

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

Shades of Hippie Blue #48819B

Tints of Hippie Blue #48819B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.24%

 BLUE value IS 155 (60.94% from 255) = 43.54%

R = 20.22%
G = 36.24%
B = 43.54%

CMYK

 C value IS 0.54

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#48819B (or 0x48819B) is known color: Hippie Blue. HEX triplet: 48, 81 and 9B. RGB value is (72,129,155). Sum of RGB (Red+Green+Blue) = 72+129+155=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 155 - color contains mainly: blue. Hex color #48819B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48819B is #B77E64. Grayscale: #727272. Windows color (decimal): -12025445 or 10191176. OLE color: 10191176.

HSL color Cylindrical-coordinate representation of color #48819B: hue angle of 198.8º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48819B is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 72 129 155 -
CMYK 0.54 0.17 0 0.39
HSL 198.8º 0.37% 0.45% -
HSV(B) 198.8º 0.54% 0.61% -
XYZ 16.44 19.44 33.9 -
YUV 114.92 150.62 97.39 -
System Red Green Blue C M Y K H S L
Decimal 72 129 155 0.54 0.17 0 0.39 198.8 0.37 0.45
Hex 48 81 9B 36 11 0 27 C7 25 2D
Octal 110 201 233 66 21 0 47 307 45 55
Binary 1001000 10000001 10011011 110110 10001 0 100111 11000111 100101 101101

Color Harmonies of #48819B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48819B

Black with #48819B

Text Example


Text Example

White with #48819B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48819B; }

 p { color: rgb(72,129,155); }

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

background-color css

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

 a { background-color: rgb(72,129,155); }

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

border-color css

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

 span { border-color: rgb(72,129,155); }

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