Html Css Color HEX #48279F Blue Gem

📋 copy color: '#48279F'

red 72 ◦ green 39 ◦ blue 159

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

Shades of Blue Gem #48279F

Tints of Blue Gem #48279F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 58.89%

R = 26.67%
G = 14.44%
B = 58.89%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48279F (or 0x48279F) is known color: Blue Gem. HEX triplet: 48, 27 and 9F. RGB value is (72,39,159). Sum of RGB (Red+Green+Blue) = 72+39+159=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #48279F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48279F is #B7D860. Grayscale: #3E3E3E. Windows color (decimal): -12048481 or 10430280. OLE color: 10430280.

HSL color Cylindrical-coordinate representation of color #48279F: hue angle of 256.5º degrees, saturation: 0.61, 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 #48279F is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 39 159 -
CMYK 0.55 0.75 0 0.38
HSL 256.5º 0.61% 0.39% -
HSV(B) 256.5º 0.75% 0.62% -
XYZ 9.66 5.33 33.32 -
YUV 62.55 182.43 134.74 -
System Red Green Blue C M Y K H S L
Decimal 72 39 159 0.55 0.75 0 0.38 256.5 0.61 0.39
Hex 48 27 9F 37 4B 0 26 100 3D 27
Octal 110 47 237 67 113 0 46 400 75 47
Binary 1001000 100111 10011111 110111 1001011 0 100110 100000000 111101 100111

Color Harmonies of #48279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48279F

Black with #48279F

Text Example


Text Example

White with #48279F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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