Html Css Color HEX #48348E Blue Gem

📋 copy color: '#48348E'

red 72 ◦ green 52 ◦ blue 142

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

Shades of Blue Gem #48348E

Tints of Blue Gem #48348E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 53.38%

R = 27.07%
G = 19.55%
B = 53.38%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#48348E (or 0x48348E) is known color: Blue Gem. HEX triplet: 48, 34 and 8E. RGB value is (72,52,142). Sum of RGB (Red+Green+Blue) = 72+52+142=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 142 (55.86% from 255 or 53.38% from 266); Max value from RGB is 142 - color contains mainly: blue. Hex color #48348E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48348E is #B7CB71. Grayscale: #434343. Windows color (decimal): -12045170 or 9319496. OLE color: 9319496.

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

Color convert

RGB 72 52 142 -
CMYK 0.49 0.63 0 0.44
HSL 253.33º 0.46% 0.38% -
HSV(B) 253.33º 0.63% 0.56% -
XYZ 8.78 5.79 26.25 -
YUV 68.24 169.63 130.68 -
System Red Green Blue C M Y K H S L
Decimal 72 52 142 0.49 0.63 0 0.44 253.33 0.46 0.38
Hex 48 34 8E 31 3F 0 2C FD 2E 26
Octal 110 64 216 61 77 0 54 375 56 46
Binary 1001000 110100 10001110 110001 111111 0 101100 11111101 101110 100110

Color Harmonies of #48348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48348E

Black with #48348E

Text Example


Text Example

White with #48348E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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