Html Css Color HEX #48289F Blue Gem

📋 copy color: '#48289F'

red 72 ◦ green 40 ◦ blue 159

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

Shades of Blue Gem #48289F

Tints of Blue Gem #48289F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.76%

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

R = 26.57%
G = 14.76%
B = 58.67%

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

#48289F (or 0x48289F) is known color: Blue Gem. HEX triplet: 48, 28 and 9F. RGB value is (72,40,159). Sum of RGB (Red+Green+Blue) = 72+40+159=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 159 (62.5% from 255 or 58.67% from 271); Max value from RGB is 159 - color contains mainly: blue. Hex color #48289F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48289F is #B7D760. Grayscale: #3E3E3E. Windows color (decimal): -12048225 or 10430536. OLE color: 10430536.

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

Color convert

RGB 72 40 159 -
CMYK 0.55 0.75 0 0.38
HSL 256.13º 0.6% 0.39% -
HSV(B) 256.13º 0.75% 0.62% -
XYZ 9.69 5.4 33.33 -
YUV 63.13 182.1 134.32 -
System Red Green Blue C M Y K H S L
Decimal 72 40 159 0.55 0.75 0 0.38 256.13 0.6 0.39
Hex 48 28 9F 37 4B 0 26 100 3C 27
Octal 110 50 237 67 113 0 46 400 74 47
Binary 1001000 101000 10011111 110111 1001011 0 100110 100000000 111100 100111

Color Harmonies of #48289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48289F

Black with #48289F

Text Example


Text Example

White with #48289F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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