Html Css Color HEX #48289B Blue Gem

📋 copy color: '#48289B'

red 72 ◦ green 40 ◦ blue 155

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

Shades of Blue Gem #48289B

Tints of Blue Gem #48289B

RGB

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

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

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

R = 26.97%
G = 14.98%
B = 58.05%

CMYK

 C value IS 0.54

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#48289B (or 0x48289B) is known color: Blue Gem. HEX triplet: 48, 28 and 9B. RGB value is (72,40,155). Sum of RGB (Red+Green+Blue) = 72+40+155=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 155 (60.94% from 255 or 58.05% from 267); Max value from RGB is 155 - color contains mainly: blue. Hex color #48289B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48289B is #B7D764. Grayscale: #3E3E3E. Windows color (decimal): -12048229 or 10168392. OLE color: 10168392.

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

Color convert

RGB 72 40 155 -
CMYK 0.54 0.74 0 0.39
HSL 256.7º 0.59% 0.38% -
HSV(B) 256.7º 0.74% 0.61% -
XYZ 9.35 5.26 31.53 -
YUV 62.68 180.1 134.65 -
System Red Green Blue C M Y K H S L
Decimal 72 40 155 0.54 0.74 0 0.39 256.7 0.59 0.38
Hex 48 28 9B 36 4A 0 27 101 3B 26
Octal 110 50 233 66 112 0 47 401 73 46
Binary 1001000 101000 10011011 110110 1001010 0 100111 100000001 111011 100110

Color Harmonies of #48289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48289B

Black with #48289B

Text Example


Text Example

White with #48289B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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