Html Css Color HEX #495AAD Rich Blue

📋 copy color: '#495AAD'

red 73 ◦ green 90 ◦ blue 173

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

Shades of Rich Blue #495AAD

Tints of Rich Blue #495AAD

RGB

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

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

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

R = 21.73%
G = 26.79%
B = 51.49%

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

#495AAD (or 0x495AAD) is known color: Rich Blue. HEX triplet: 49, 5A and AD. RGB value is (73,90,173). Sum of RGB (Red+Green+Blue) = 73+90+173=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #495AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495AAD is #B6A552. Grayscale: #5E5E5E. Windows color (decimal): -11969875 or 11360841. OLE color: 11360841.

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

Color convert

RGB 73 90 173 -
CMYK 0.58 0.48 0 0.32
HSL 229.8º 0.41% 0.48% -
HSV(B) 229.8º 0.58% 0.68% -
XYZ 13.95 11.75 41.07 -
YUV 94.38 172.37 112.75 -
System Red Green Blue C M Y K H S L
Decimal 73 90 173 0.58 0.48 0 0.32 229.8 0.41 0.48
Hex 49 5A AD 3A 30 0 20 E6 29 30
Octal 111 132 255 72 60 0 40 346 51 60
Binary 1001001 1011010 10101101 111010 110000 0 100000 11100110 101001 110000

Color Harmonies of #495AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495AAD

Black with #495AAD

Text Example


Text Example

White with #495AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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