Html Css Color HEX #48369D Blue Gem

📋 copy color: '#48369D'

red 72 ◦ green 54 ◦ blue 157

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

Shades of Blue Gem #48369D

Tints of Blue Gem #48369D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.08%

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

R = 25.44%
G = 19.08%
B = 55.48%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48369D (or 0x48369D) is known color: Blue Gem. HEX triplet: 48, 36 and 9D. RGB value is (72,54,157). Sum of RGB (Red+Green+Blue) = 72+54+157=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #48369D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48369D is #B7C962. Grayscale: #464646. Windows color (decimal): -12044643 or 10303048. OLE color: 10303048.

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

Color convert

RGB 72 54 157 -
CMYK 0.54 0.66 0 0.38
HSL 250.49º 0.49% 0.41% -
HSV(B) 250.49º 0.66% 0.62% -
XYZ 10.08 6.45 32.61 -
YUV 71.12 176.46 128.62 -
System Red Green Blue C M Y K H S L
Decimal 72 54 157 0.54 0.66 0 0.38 250.49 0.49 0.41
Hex 48 36 9D 36 42 0 26 FA 31 29
Octal 110 66 235 66 102 0 46 372 61 51
Binary 1001000 110110 10011101 110110 1000010 0 100110 11111010 110001 101001

Color Harmonies of #48369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48369D

Black with #48369D

Text Example


Text Example

White with #48369D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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