Html Css Color HEX #48439E Blue Gem

📋 copy color: '#48439E'

red 72 ◦ green 67 ◦ blue 158

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

Shades of Blue Gem #48439E

Tints of Blue Gem #48439E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.56%

 BLUE value IS 158 (62.11% from 255) = 53.2%

R = 24.24%
G = 22.56%
B = 53.2%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48439E (or 0x48439E) is known color: Blue Gem. HEX triplet: 48, 43 and 9E. RGB value is (72,67,158). Sum of RGB (Red+Green+Blue) = 72+67+158=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 158 (62.11% from 255 or 53.20% from 297); Max value from RGB is 158 - color contains mainly: blue. Hex color #48439E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48439E is #B7BC61. Grayscale: #4E4E4E. Windows color (decimal): -12041314 or 10371912. OLE color: 10371912.

HSL color Cylindrical-coordinate representation of color #48439E: hue angle of 243.3º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48439E is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 67 158 -
CMYK 0.54 0.58 0 0.38
HSL 243.3º 0.4% 0.44% -
HSV(B) 243.3º 0.58% 0.62% -
XYZ 10.85 7.86 33.29 -
YUV 78.87 172.66 123.1 -
System Red Green Blue C M Y K H S L
Decimal 72 67 158 0.54 0.58 0 0.38 243.3 0.4 0.44
Hex 48 43 9E 36 3A 0 26 F3 28 2C
Octal 110 103 236 66 72 0 46 363 50 54
Binary 1001000 1000011 10011110 110110 111010 0 100110 11110011 101000 101100

Color Harmonies of #48439E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48439E

Black with #48439E

Text Example


Text Example

White with #48439E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48439E; }

 p { color: rgb(72,67,158); }

 H1.HeaderClassName
 {
   color: #48439E;
 }
 .AnyTagClassName
 {
   color: #48439E;
 }
</style>

background-color css

<style>
 a { background-color: #48439E; }

 a { background-color: rgb(72,67,158); }

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

border-color css

<style>
 span { border-color: #48439E; }

 span { border-color: rgb(72,67,158); }

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