Html Css Color HEX #4831AD Blue Gem

📋 copy color: '#4831AD'

red 72 ◦ green 49 ◦ blue 173

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

Shades of Blue Gem #4831AD

Tints of Blue Gem #4831AD

RGB

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

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

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

R = 24.49%
G = 16.67%
B = 58.84%

CMYK

 C value IS 0.58

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4831AD (or 0x4831AD) is known color: Blue Gem. HEX triplet: 48, 31 and AD. RGB value is (72,49,173). Sum of RGB (Red+Green+Blue) = 72+49+173=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #4831AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4831AD is #B7CE52. Grayscale: #454545. Windows color (decimal): -12045907 or 11350344. OLE color: 11350344.

HSL color Cylindrical-coordinate representation of color #4831AD: hue angle of 251.13º 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 #4831AD is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 49 173 -
CMYK 0.58 0.72 0 0.32
HSL 251.13º 0.56% 0.44% -
HSV(B) 251.13º 0.72% 0.68% -
XYZ 11.31 6.59 40.21 -
YUV 70.01 186.12 129.42 -
System Red Green Blue C M Y K H S L
Decimal 72 49 173 0.58 0.72 0 0.32 251.13 0.56 0.44
Hex 48 31 AD 3A 48 0 20 FB 38 2C
Octal 110 61 255 72 110 0 40 373 70 54
Binary 1001000 110001 10101101 111010 1001000 0 100000 11111011 111000 101100

Color Harmonies of #4831AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4831AD

Black with #4831AD

Text Example


Text Example

White with #4831AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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