Html Css Color HEX #48409B Blue Gem

📋 copy color: '#48409B'

red 72 ◦ green 64 ◦ blue 155

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

Shades of Blue Gem #48409B

Tints of Blue Gem #48409B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.99%

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

R = 24.74%
G = 21.99%
B = 53.26%

CMYK

 C value IS 0.54

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#48409B (or 0x48409B) is known color: Blue Gem. HEX triplet: 48, 40 and 9B. RGB value is (72,64,155). Sum of RGB (Red+Green+Blue) = 72+64+155=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #48409B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48409B is #B7BF64. Grayscale: #4C4C4C. Windows color (decimal): -12042085 or 10174536. OLE color: 10174536.

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

Color convert

RGB 72 64 155 -
CMYK 0.54 0.59 0 0.39
HSL 245.27º 0.42% 0.43% -
HSV(B) 245.27º 0.59% 0.61% -
XYZ 10.42 7.41 31.89 -
YUV 76.77 172.15 124.6 -
System Red Green Blue C M Y K H S L
Decimal 72 64 155 0.54 0.59 0 0.39 245.27 0.42 0.43
Hex 48 40 9B 36 3B 0 27 F5 2A 2B
Octal 110 100 233 66 73 0 47 365 52 53
Binary 1001000 1000000 10011011 110110 111011 0 100111 11110101 101010 101011

Color Harmonies of #48409B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48409B

Black with #48409B

Text Example


Text Example

White with #48409B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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