Html Css Color HEX #48389B Blue Gem

📋 copy color: '#48389B'

red 72 ◦ green 56 ◦ blue 155

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

Shades of Blue Gem #48389B

Tints of Blue Gem #48389B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.77%

R = 25.44%
G = 19.79%
B = 54.77%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#48389B (or 0x48389B) is known color: Blue Gem. HEX triplet: 48, 38 and 9B. RGB value is (72,56,155). Sum of RGB (Red+Green+Blue) = 72+56+155=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #48389B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48389B is #B7C764. Grayscale: #474747. Windows color (decimal): -12044133 or 10172488. OLE color: 10172488.

HSL color Cylindrical-coordinate representation of color #48389B: hue angle of 249.7º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48389B is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 72 56 155 -
CMYK 0.54 0.64 0 0.39
HSL 249.7º 0.47% 0.41% -
HSV(B) 249.7º 0.64% 0.61% -
XYZ 10 6.57 31.75 -
YUV 72.07 174.8 127.95 -
System Red Green Blue C M Y K H S L
Decimal 72 56 155 0.54 0.64 0 0.39 249.7 0.47 0.41
Hex 48 38 9B 36 40 0 27 FA 2F 29
Octal 110 70 233 66 100 0 47 372 57 51
Binary 1001000 111000 10011011 110110 1000000 0 100111 11111010 101111 101001

Color Harmonies of #48389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48389B

Black with #48389B

Text Example


Text Example

White with #48389B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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