Html Css Color HEX #48348B Blue Gem

📋 copy color: '#48348B'

red 72 ◦ green 52 ◦ blue 139

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

Shades of Blue Gem #48348B

Tints of Blue Gem #48348B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.77%

 BLUE value IS 139 (54.69% from 255) = 52.85%

R = 27.38%
G = 19.77%
B = 52.85%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48348B (or 0x48348B) is known color: Blue Gem. HEX triplet: 48, 34 and 8B. RGB value is (72,52,139). Sum of RGB (Red+Green+Blue) = 72+52+139=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #48348B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48348B is #B7CB74. Grayscale: #434343. Windows color (decimal): -12045173 or 9122888. OLE color: 9122888.

HSL color Cylindrical-coordinate representation of color #48348B: hue angle of 253.79º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48348B is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 52 139 -
CMYK 0.48 0.63 0 0.45
HSL 253.79º 0.46% 0.37% -
HSV(B) 253.79º 0.63% 0.55% -
XYZ 8.56 5.7 25.07 -
YUV 67.9 168.13 130.93 -
System Red Green Blue C M Y K H S L
Decimal 72 52 139 0.48 0.63 0 0.45 253.79 0.46 0.37
Hex 48 34 8B 30 3F 0 2D FE 2E 25
Octal 110 64 213 60 77 0 55 376 56 45
Binary 1001000 110100 10001011 110000 111111 0 101101 11111110 101110 100101

Color Harmonies of #48348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48348B

Black with #48348B

Text Example


Text Example

White with #48348B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,52,139); }

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

background-color css

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

 a { background-color: rgb(72,52,139); }

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

border-color css

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

 span { border-color: rgb(72,52,139); }

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