Html Css Color HEX #4731AD Blue Gem

📋 copy color: '#4731AD'

red 71 ◦ green 49 ◦ blue 173

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

Shades of Blue Gem #4731AD

Tints of Blue Gem #4731AD

RGB

 RED value IS 71 (28.13% from 255) = 24.23%

 GREEN value IS 49 (19.53% from 255) = 16.72%

 BLUE value IS 173 (67.97% from 255) = 59.04%

R = 24.23%
G = 16.72%
B = 59.04%

CMYK

 C value IS 0.59

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4731AD (or 0x4731AD) is known color: Blue Gem. HEX triplet: 47, 31 and AD. RGB value is (71,49,173). Sum of RGB (Red+Green+Blue) = 71+49+173=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #4731AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4731AD is #B8CE52. Grayscale: #454545. Windows color (decimal): -12111443 or 11350343. OLE color: 11350343.

HSL color Cylindrical-coordinate representation of color #4731AD: hue angle of 250.65º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4731AD is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 49 173 -
CMYK 0.59 0.72 0 0.32
HSL 250.65º 0.56% 0.44% -
HSV(B) 250.65º 0.72% 0.68% -
XYZ 11.24 6.55 40.21 -
YUV 69.71 186.29 128.92 -
System Red Green Blue C M Y K H S L
Decimal 71 49 173 0.59 0.72 0 0.32 250.65 0.56 0.44
Hex 47 31 AD 3B 48 0 20 FB 38 2C
Octal 107 61 255 73 110 0 40 373 70 54
Binary 1000111 110001 10101101 111011 1001000 0 100000 11111011 111000 101100

Color Harmonies of #4731AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4731AD

Black with #4731AD

Text Example


Text Example

White with #4731AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4731AD; }

 p { color: rgb(71,49,173); }

 H1.HeaderClassName
 {
   color: #4731AD;
 }
 .AnyTagClassName
 {
   color: #4731AD;
 }
</style>

background-color css

<style>
 a { background-color: #4731AD; }

 a { background-color: rgb(71,49,173); }

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

border-color css

<style>
 span { border-color: #4731AD; }

 span { border-color: rgb(71,49,173); }

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