Html Css Color HEX #48389F Blue Gem

📋 copy color: '#48389F'

red 72 ◦ green 56 ◦ blue 159

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

Shades of Blue Gem #48389F

Tints of Blue Gem #48389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.51%

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

R = 25.09%
G = 19.51%
B = 55.4%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48389F (or 0x48389F) is known color: Blue Gem. HEX triplet: 48, 38 and 9F. RGB value is (72,56,159). Sum of RGB (Red+Green+Blue) = 72+56+159=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #48389F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48389F is #B7C760. Grayscale: #484848. Windows color (decimal): -12044129 or 10434632. OLE color: 10434632.

HSL color Cylindrical-coordinate representation of color #48389F: hue angle of 249.32º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48389F is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 56 159 -
CMYK 0.55 0.65 0 0.38
HSL 249.32º 0.48% 0.42% -
HSV(B) 249.32º 0.65% 0.62% -
XYZ 10.34 6.71 33.55 -
YUV 72.53 176.8 127.62 -
System Red Green Blue C M Y K H S L
Decimal 72 56 159 0.55 0.65 0 0.38 249.32 0.48 0.42
Hex 48 38 9F 37 41 0 26 F9 30 2A
Octal 110 70 237 67 101 0 46 371 60 52
Binary 1001000 111000 10011111 110111 1000001 0 100110 11111001 110000 101010

Color Harmonies of #48389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48389F

Black with #48389F

Text Example


Text Example

White with #48389F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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