Html Css Color HEX #48409F Blue Gem

📋 copy color: '#48409F'

red 72 ◦ green 64 ◦ blue 159

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

Shades of Blue Gem #48409F

Tints of Blue Gem #48409F

RGB

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

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

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

R = 24.41%
G = 21.69%
B = 53.9%

CMYK

 C value IS 0.55

 M value IS 0.60

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48409F (or 0x48409F) is known color: Blue Gem. HEX triplet: 48, 40 and 9F. RGB value is (72,64,159). Sum of RGB (Red+Green+Blue) = 72+64+159=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #48409F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48409F is #B7BF60. Grayscale: #4C4C4C. Windows color (decimal): -12042081 or 10436680. OLE color: 10436680.

HSL color Cylindrical-coordinate representation of color #48409F: hue angle of 245.05º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48409F is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 64 159 -
CMYK 0.55 0.60 0 0.38
HSL 245.05º 0.43% 0.44% -
HSV(B) 245.05º 0.6% 0.62% -
XYZ 10.76 7.55 33.69 -
YUV 77.22 174.15 124.28 -
System Red Green Blue C M Y K H S L
Decimal 72 64 159 0.55 0.60 0 0.38 245.05 0.43 0.44
Hex 48 40 9F 37 3C 0 26 F5 2B 2C
Octal 110 100 237 67 74 0 46 365 53 54
Binary 1001000 1000000 10011111 110111 111100 0 100110 11110101 101011 101100

Color Harmonies of #48409F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48409F

Black with #48409F

Text Example


Text Example

White with #48409F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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