Html Css Color HEX #4531AD Blue Gem

📋 copy color: '#4531AD'

red 69 ◦ green 49 ◦ blue 173

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

Shades of Blue Gem #4531AD

Tints of Blue Gem #4531AD

RGB

 RED value IS 69 (27.34% from 255) = 23.71%

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

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

R = 23.71%
G = 16.84%
B = 59.45%

CMYK

 C value IS 0.60

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4531AD (or 0x4531AD) is known color: Blue Gem. HEX triplet: 45, 31 and AD. RGB value is (69,49,173). Sum of RGB (Red+Green+Blue) = 69+49+173=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #4531AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4531AD is #BACE52. Grayscale: #444444. Windows color (decimal): -12242515 or 11350341. OLE color: 11350341.

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

Color convert

RGB 69 49 173 -
CMYK 0.60 0.72 0 0.32
HSL 249.68º 0.56% 0.44% -
HSV(B) 249.68º 0.72% 0.68% -
XYZ 11.1 6.48 40.2 -
YUV 69.12 186.63 127.92 -
System Red Green Blue C M Y K H S L
Decimal 69 49 173 0.60 0.72 0 0.32 249.68 0.56 0.44
Hex 45 31 AD 3C 48 0 20 FA 38 2C
Octal 105 61 255 74 110 0 40 372 70 54
Binary 1000101 110001 10101101 111100 1001000 0 100000 11111010 111000 101100

Color Harmonies of #4531AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4531AD

Black with #4531AD

Text Example


Text Example

White with #4531AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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