Html Css Color HEX #4953AD Rich Blue

📋 copy color: '#4953AD'

red 73 ◦ green 83 ◦ blue 173

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

Shades of Rich Blue #4953AD

Tints of Rich Blue #4953AD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.23%

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

R = 22.19%
G = 25.23%
B = 52.58%

CMYK

 C value IS 0.58

 M value IS 0.52

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4953AD (or 0x4953AD) is known color: Rich Blue. HEX triplet: 49, 53 and AD. RGB value is (73,83,173). Sum of RGB (Red+Green+Blue) = 73+83+173=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #4953AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4953AD is #B6AC52. Grayscale: #595959. Windows color (decimal): -11971667 or 11359049. OLE color: 11359049.

HSL color Cylindrical-coordinate representation of color #4953AD: hue angle of 234º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4953AD is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 83 173 -
CMYK 0.58 0.52 0 0.32
HSL 234º 0.41% 0.48% -
HSV(B) 234º 0.58% 0.68% -
XYZ 13.38 10.62 40.88 -
YUV 90.27 174.69 115.68 -
System Red Green Blue C M Y K H S L
Decimal 73 83 173 0.58 0.52 0 0.32 234 0.41 0.48
Hex 49 53 AD 3A 34 0 20 EA 29 30
Octal 111 123 255 72 64 0 40 352 51 60
Binary 1001001 1010011 10101101 111010 110100 0 100000 11101010 101001 110000

Color Harmonies of #4953AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4953AD

Black with #4953AD

Text Example


Text Example

White with #4953AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,83,173); }

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

background-color css

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

 a { background-color: rgb(73,83,173); }

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

border-color css

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

 span { border-color: rgb(73,83,173); }

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