Html Css Color HEX #49388F Blue Gem

📋 copy color: '#49388F'

red 73 ◦ green 56 ◦ blue 143

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

Shades of Blue Gem #49388F

Tints of Blue Gem #49388F

RGB

 RED value IS 73 (28.91% from 255) = 26.84%

 GREEN value IS 56 (22.27% from 255) = 20.59%

 BLUE value IS 143 (56.25% from 255) = 52.57%

R = 26.84%
G = 20.59%
B = 52.57%

CMYK

 C value IS 0.49

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#49388F (or 0x49388F) is known color: Blue Gem. HEX triplet: 49, 38 and 8F. RGB value is (73,56,143). Sum of RGB (Red+Green+Blue) = 73+56+143=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 143 (56.25% from 255 or 52.57% from 272); Max value from RGB is 143 - color contains mainly: blue. Hex color #49388F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49388F is #B6C770. Grayscale: #464646. Windows color (decimal): -11978609 or 9386057. OLE color: 9386057.

HSL color Cylindrical-coordinate representation of color #49388F: hue angle of 251.72º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49388F is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 56 143 -
CMYK 0.49 0.61 0 0.44
HSL 251.72º 0.44% 0.39% -
HSV(B) 251.72º 0.61% 0.56% -
XYZ 9.12 6.23 26.71 -
YUV 71 168.63 129.43 -
System Red Green Blue C M Y K H S L
Decimal 73 56 143 0.49 0.61 0 0.44 251.72 0.44 0.39
Hex 49 38 8F 31 3D 0 2C FC 2C 27
Octal 111 70 217 61 75 0 54 374 54 47
Binary 1001001 111000 10001111 110001 111101 0 101100 11111100 101100 100111

Color Harmonies of #49388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49388F

Black with #49388F

Text Example


Text Example

White with #49388F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,56,143); }

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

background-color css

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

 a { background-color: rgb(73,56,143); }

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

border-color css

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

 span { border-color: rgb(73,56,143); }

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