Html Css Color HEX #48308C Blue Gem

📋 copy color: '#48308C'

red 72 ◦ green 48 ◦ blue 140

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

Shades of Blue Gem #48308C

Tints of Blue Gem #48308C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.46%

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

R = 27.69%
G = 18.46%
B = 53.85%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48308C (or 0x48308C) is known color: Blue Gem. HEX triplet: 48, 30 and 8C. RGB value is (72,48,140). Sum of RGB (Red+Green+Blue) = 72+48+140=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 140 (55.08% from 255 or 53.85% from 260); Max value from RGB is 140 - color contains mainly: blue. Hex color #48308C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48308C is #B7CF73. Grayscale: #414141. Windows color (decimal): -12046196 or 9187400. OLE color: 9187400.

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

Color convert

RGB 72 48 140 -
CMYK 0.49 0.66 0 0.45
HSL 255.65º 0.49% 0.37% -
HSV(B) 255.65º 0.66% 0.55% -
XYZ 8.46 5.39 25.4 -
YUV 65.66 169.95 132.52 -
System Red Green Blue C M Y K H S L
Decimal 72 48 140 0.49 0.66 0 0.45 255.65 0.49 0.37
Hex 48 30 8C 31 42 0 2D 100 31 25
Octal 110 60 214 61 102 0 55 400 61 45
Binary 1001000 110000 10001100 110001 1000010 0 101101 100000000 110001 100101

Color Harmonies of #48308C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48308C

Black with #48308C

Text Example


Text Example

White with #48308C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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