Html Css Color HEX #48348C Blue Gem

📋 copy color: '#48348C'

red 72 ◦ green 52 ◦ blue 140

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

Shades of Blue Gem #48348C

Tints of Blue Gem #48348C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 53.03%

R = 27.27%
G = 19.7%
B = 53.03%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48348C (or 0x48348C) is known color: Blue Gem. HEX triplet: 48, 34 and 8C. RGB value is (72,52,140). Sum of RGB (Red+Green+Blue) = 72+52+140=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 140 (55.08% from 255 or 53.03% from 264); Max value from RGB is 140 - color contains mainly: blue. Hex color #48348C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48348C is #B7CB73. Grayscale: #434343. Windows color (decimal): -12045172 or 9188424. OLE color: 9188424.

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

Color convert

RGB 72 52 140 -
CMYK 0.49 0.63 0 0.45
HSL 253.64º 0.46% 0.38% -
HSV(B) 253.64º 0.63% 0.55% -
XYZ 8.63 5.73 25.46 -
YUV 68.01 168.63 130.84 -
System Red Green Blue C M Y K H S L
Decimal 72 52 140 0.49 0.63 0 0.45 253.64 0.46 0.38
Hex 48 34 8C 31 3F 0 2D FE 2E 26
Octal 110 64 214 61 77 0 55 376 56 46
Binary 1001000 110100 10001100 110001 111111 0 101101 11111110 101110 100110

Color Harmonies of #48348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48348C

Black with #48348C

Text Example


Text Example

White with #48348C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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