Html Css Color HEX #48209F Blue Gem

📋 copy color: '#48209F'

red 72 ◦ green 32 ◦ blue 159

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

Shades of Blue Gem #48209F

Tints of Blue Gem #48209F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.17%

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

R = 27.38%
G = 12.17%
B = 60.46%

CMYK

 C value IS 0.55

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48209F (or 0x48209F) is known color: Blue Gem. HEX triplet: 48, 20 and 9F. RGB value is (72,32,159). Sum of RGB (Red+Green+Blue) = 72+32+159=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 159 (62.5% from 255 or 60.46% from 263); Max value from RGB is 159 - color contains mainly: blue. Hex color #48209F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48209F is #B7DF60. Grayscale: #393939. Windows color (decimal): -12050273 or 10428488. OLE color: 10428488.

HSL color Cylindrical-coordinate representation of color #48209F: hue angle of 258.9º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #48209F is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 32 159 -
CMYK 0.55 0.80 0 0.38
HSL 258.9º 0.66% 0.37% -
HSV(B) 258.9º 0.8% 0.62% -
XYZ 9.45 4.91 33.25 -
YUV 58.44 184.75 137.67 -
System Red Green Blue C M Y K H S L
Decimal 72 32 159 0.55 0.80 0 0.38 258.9 0.66 0.37
Hex 48 20 9F 37 50 0 26 103 42 25
Octal 110 40 237 67 120 0 46 403 102 45
Binary 1001000 100000 10011111 110111 1010000 0 100110 100000011 1000010 100101

Color Harmonies of #48209F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48209F

Black with #48209F

Text Example


Text Example

White with #48209F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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