Html Css Color HEX #48279E Blue Gem

📋 copy color: '#48279E'

red 72 ◦ green 39 ◦ blue 158

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

Shades of Blue Gem #48279E

Tints of Blue Gem #48279E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 58.74%

R = 26.77%
G = 14.5%
B = 58.74%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48279E (or 0x48279E) is known color: Blue Gem. HEX triplet: 48, 27 and 9E. RGB value is (72,39,158). Sum of RGB (Red+Green+Blue) = 72+39+158=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 158 (62.11% from 255 or 58.74% from 269); Max value from RGB is 158 - color contains mainly: blue. Hex color #48279E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48279E is #B7D861. Grayscale: #3D3D3D. Windows color (decimal): -12048482 or 10364744. OLE color: 10364744.

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

Color convert

RGB 72 39 158 -
CMYK 0.54 0.75 0 0.38
HSL 256.64º 0.6% 0.39% -
HSV(B) 256.64º 0.75% 0.62% -
XYZ 9.57 5.3 32.87 -
YUV 62.43 181.93 134.82 -
System Red Green Blue C M Y K H S L
Decimal 72 39 158 0.54 0.75 0 0.38 256.64 0.6 0.39
Hex 48 27 9E 36 4B 0 26 101 3C 27
Octal 110 47 236 66 113 0 46 401 74 47
Binary 1001000 100111 10011110 110110 1001011 0 100110 100000001 111100 100111

Color Harmonies of #48279E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48279E

Black with #48279E

Text Example


Text Example

White with #48279E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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