Html Css Color HEX #495AAF Rich Blue

📋 copy color: '#495AAF'

red 73 ◦ green 90 ◦ blue 175

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

Shades of Rich Blue #495AAF

Tints of Rich Blue #495AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 51.78%

R = 21.6%
G = 26.63%
B = 51.78%

CMYK

 C value IS 0.58

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#495AAF (or 0x495AAF) is known color: Rich Blue. HEX triplet: 49, 5A and AF. RGB value is (73,90,175). Sum of RGB (Red+Green+Blue) = 73+90+175=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 175 (68.75% from 255 or 51.78% from 338); Max value from RGB is 175 - color contains mainly: blue. Hex color #495AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495AAF is #B6A550. Grayscale: #5E5E5E. Windows color (decimal): -11969873 or 11491913. OLE color: 11491913.

HSL color Cylindrical-coordinate representation of color #495AAF: hue angle of 230º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #495AAF is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 90 175 -
CMYK 0.58 0.49 0 0.31
HSL 230º 0.41% 0.49% -
HSV(B) 230º 0.58% 0.69% -
XYZ 14.14 11.82 42.09 -
YUV 94.61 173.37 112.59 -
System Red Green Blue C M Y K H S L
Decimal 73 90 175 0.58 0.49 0 0.31 230 0.41 0.49
Hex 49 5A AF 3A 31 0 1F E6 29 31
Octal 111 132 257 72 61 0 37 346 51 61
Binary 1001001 1011010 10101111 111010 110001 0 11111 11100110 101001 110001

Color Harmonies of #495AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495AAF

Black with #495AAF

Text Example


Text Example

White with #495AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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