Html Css Color HEX #4959AE Rich Blue

📋 copy color: '#4959AE'

red 73 ◦ green 89 ◦ blue 174

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

Shades of Rich Blue #4959AE

Tints of Rich Blue #4959AE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.49%

 BLUE value IS 174 (68.36% from 255) = 51.79%

R = 21.73%
G = 26.49%
B = 51.79%

CMYK

 C value IS 0.58

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4959AE (or 0x4959AE) is known color: Rich Blue. HEX triplet: 49, 59 and AE. RGB value is (73,89,174). Sum of RGB (Red+Green+Blue) = 73+89+174=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #4959AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4959AE is #B6A651. Grayscale: #5D5D5D. Windows color (decimal): -11970130 or 11426121. OLE color: 11426121.

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

Color convert

RGB 73 89 174 -
CMYK 0.58 0.49 0 0.32
HSL 230.5º 0.41% 0.48% -
HSV(B) 230.5º 0.58% 0.68% -
XYZ 13.96 11.62 41.55 -
YUV 93.91 173.2 113.09 -
System Red Green Blue C M Y K H S L
Decimal 73 89 174 0.58 0.49 0 0.32 230.5 0.41 0.48
Hex 49 59 AE 3A 31 0 20 E6 29 30
Octal 111 131 256 72 61 0 40 346 51 60
Binary 1001001 1011001 10101110 111010 110001 0 100000 11100110 101001 110000

Color Harmonies of #4959AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4959AE

Black with #4959AE

Text Example


Text Example

White with #4959AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4959AE; }

 p { color: rgb(73,89,174); }

 H1.HeaderClassName
 {
   color: #4959AE;
 }
 .AnyTagClassName
 {
   color: #4959AE;
 }
</style>

background-color css

<style>
 a { background-color: #4959AE; }

 a { background-color: rgb(73,89,174); }

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

border-color css

<style>
 span { border-color: #4959AE; }

 span { border-color: rgb(73,89,174); }

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