Html Css Color HEX #48308F Blue Gem

📋 copy color: '#48308F'

red 72 ◦ green 48 ◦ blue 143

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

Shades of Blue Gem #48308F

Tints of Blue Gem #48308F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 54.37%

R = 27.38%
G = 18.25%
B = 54.37%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#48308F (or 0x48308F) is known color: Blue Gem. HEX triplet: 48, 30 and 8F. RGB value is (72,48,143). Sum of RGB (Red+Green+Blue) = 72+48+143=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 143 (56.25% from 255 or 54.37% from 263); Max value from RGB is 143 - color contains mainly: blue. Hex color #48308F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48308F is #B7CF70. Grayscale: #414141. Windows color (decimal): -12046193 or 9384008. OLE color: 9384008.

HSL color Cylindrical-coordinate representation of color #48308F: hue angle of 255.16º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48308F is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 48 143 -
CMYK 0.50 0.66 0 0.44
HSL 255.16º 0.5% 0.37% -
HSV(B) 255.16º 0.66% 0.56% -
XYZ 8.69 5.47 26.59 -
YUV 66.01 171.45 132.28 -
System Red Green Blue C M Y K H S L
Decimal 72 48 143 0.50 0.66 0 0.44 255.16 0.5 0.37
Hex 48 30 8F 32 42 0 2C FF 32 25
Octal 110 60 217 62 102 0 54 377 62 45
Binary 1001000 110000 10001111 110010 1000010 0 101100 11111111 110010 100101

Color Harmonies of #48308F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48308F

Black with #48308F

Text Example


Text Example

White with #48308F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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