Html Css Color HEX #48279A Blue Gem

📋 copy color: '#48279A'

red 72 ◦ green 39 ◦ blue 154

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

Shades of Blue Gem #48279A

Tints of Blue Gem #48279A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.72%

 BLUE value IS 154 (60.55% from 255) = 58.11%

R = 27.17%
G = 14.72%
B = 58.11%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#48279A (or 0x48279A) is known color: Blue Gem. HEX triplet: 48, 27 and 9A. RGB value is (72,39,154). Sum of RGB (Red+Green+Blue) = 72+39+154=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 154 (60.55% from 255 or 58.11% from 265); Max value from RGB is 154 - color contains mainly: blue. Hex color #48279A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48279A is #B7D865. Grayscale: #3D3D3D. Windows color (decimal): -12048486 or 10102600. OLE color: 10102600.

HSL color Cylindrical-coordinate representation of color #48279A: hue angle of 257.22º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #48279A is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 72 39 154 -
CMYK 0.53 0.75 0 0.40
HSL 257.22º 0.6% 0.38% -
HSV(B) 257.22º 0.75% 0.6% -
XYZ 9.23 5.16 31.08 -
YUV 61.98 179.93 135.15 -
System Red Green Blue C M Y K H S L
Decimal 72 39 154 0.53 0.75 0 0.40 257.22 0.6 0.38
Hex 48 27 9A 35 4B 0 28 101 3C 26
Octal 110 47 232 65 113 0 50 401 74 46
Binary 1001000 100111 10011010 110101 1001011 0 101000 100000001 111100 100110

Color Harmonies of #48279A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48279A

Black with #48279A

Text Example


Text Example

White with #48279A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48279A; }

 p { color: rgb(72,39,154); }

 H1.HeaderClassName
 {
   color: #48279A;
 }
 .AnyTagClassName
 {
   color: #48279A;
 }
</style>

background-color css

<style>
 a { background-color: #48279A; }

 a { background-color: rgb(72,39,154); }

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

border-color css

<style>
 span { border-color: #48279A; }

 span { border-color: rgb(72,39,154); }

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