Html Css Color HEX #495AAE Rich Blue

📋 copy color: '#495AAE'

red 73 ◦ green 90 ◦ blue 174

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

Shades of Rich Blue #495AAE

Tints of Rich Blue #495AAE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.71%

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

R = 21.66%
G = 26.71%
B = 51.63%

CMYK

 C value IS 0.58

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#495AAE (or 0x495AAE) is known color: Rich Blue. HEX triplet: 49, 5A and AE. RGB value is (73,90,174). Sum of RGB (Red+Green+Blue) = 73+90+174=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #495AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495AAE is #B6A551. Grayscale: #5E5E5E. Windows color (decimal): -11969874 or 11426377. OLE color: 11426377.

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

Color convert

RGB 73 90 174 -
CMYK 0.58 0.48 0 0.32
HSL 229.9º 0.41% 0.48% -
HSV(B) 229.9º 0.58% 0.68% -
XYZ 14.04 11.78 41.58 -
YUV 94.49 172.87 112.67 -
System Red Green Blue C M Y K H S L
Decimal 73 90 174 0.58 0.48 0 0.32 229.9 0.41 0.48
Hex 49 5A AE 3A 30 0 20 E6 29 30
Octal 111 132 256 72 60 0 40 346 51 60
Binary 1001001 1011010 10101110 111010 110000 0 100000 11100110 101001 110000

Color Harmonies of #495AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495AAE

Black with #495AAE

Text Example


Text Example

White with #495AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495AAE; }

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

 H1.HeaderClassName
 {
   color: #495AAE;
 }
 .AnyTagClassName
 {
   color: #495AAE;
 }
</style>

background-color css

<style>
 a { background-color: #495AAE; }

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

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

border-color css

<style>
 span { border-color: #495AAE; }

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

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