Html Css Color HEX #48409A Blue Gem

📋 copy color: '#48409A'

red 72 ◦ green 64 ◦ blue 154

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

Shades of Blue Gem #48409A

Tints of Blue Gem #48409A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 53.1%

R = 24.83%
G = 22.07%
B = 53.1%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#48409A (or 0x48409A) is known color: Blue Gem. HEX triplet: 48, 40 and 9A. RGB value is (72,64,154). Sum of RGB (Red+Green+Blue) = 72+64+154=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 154 (60.55% from 255 or 53.10% from 290); Max value from RGB is 154 - color contains mainly: blue. Hex color #48409A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48409A is #B7BF65. Grayscale: #4C4C4C. Windows color (decimal): -12042086 or 10109000. OLE color: 10109000.

HSL color Cylindrical-coordinate representation of color #48409A: hue angle of 245.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48409A is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 72 64 154 -
CMYK 0.53 0.58 0 0.40
HSL 245.33º 0.41% 0.43% -
HSV(B) 245.33º 0.58% 0.6% -
XYZ 10.34 7.38 31.45 -
YUV 76.65 171.65 124.68 -
System Red Green Blue C M Y K H S L
Decimal 72 64 154 0.53 0.58 0 0.40 245.33 0.41 0.43
Hex 48 40 9A 35 3A 0 28 F5 29 2B
Octal 110 100 232 65 72 0 50 365 51 53
Binary 1001000 1000000 10011010 110101 111010 0 101000 11110101 101001 101011

Color Harmonies of #48409A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48409A

Black with #48409A

Text Example


Text Example

White with #48409A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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