Html Css Color HEX #48419D Blue Gem

📋 copy color: '#48419D'

red 72 ◦ green 65 ◦ blue 157

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

Shades of Blue Gem #48419D

Tints of Blue Gem #48419D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.11%

 BLUE value IS 157 (61.72% from 255) = 53.4%

R = 24.49%
G = 22.11%
B = 53.4%

CMYK

 C value IS 0.54

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48419D (or 0x48419D) is known color: Blue Gem. HEX triplet: 48, 41 and 9D. RGB value is (72,65,157). Sum of RGB (Red+Green+Blue) = 72+65+157=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #48419D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48419D is #B7BE62. Grayscale: #4D4D4D. Windows color (decimal): -12041827 or 10305864. OLE color: 10305864.

HSL color Cylindrical-coordinate representation of color #48419D: hue angle of 244.57º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48419D is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 65 157 -
CMYK 0.54 0.59 0 0.38
HSL 244.57º 0.41% 0.44% -
HSV(B) 244.57º 0.59% 0.62% -
XYZ 10.65 7.59 32.8 -
YUV 77.58 172.82 124.02 -
System Red Green Blue C M Y K H S L
Decimal 72 65 157 0.54 0.59 0 0.38 244.57 0.41 0.44
Hex 48 41 9D 36 3B 0 26 F5 29 2C
Octal 110 101 235 66 73 0 46 365 51 54
Binary 1001000 1000001 10011101 110110 111011 0 100110 11110101 101001 101100

Color Harmonies of #48419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48419D

Black with #48419D

Text Example


Text Example

White with #48419D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48419D; }

 p { color: rgb(72,65,157); }

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

background-color css

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

 a { background-color: rgb(72,65,157); }

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

border-color css

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

 span { border-color: rgb(72,65,157); }

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