#495AAC

Color #495AAC Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #495AAC

Tints of Rich Blue #495AAC

Color information

#495AAC (or 0x495AAC) is unknown color: approx Rich Blue. HEX triplet: 49, 5A and AC. RGB value is (73,90,172). Sum of RGB (Red+Green+Blue) = 73+90+172=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #495AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495AAC is #B6A553. Grayscale: #5D5D5D. Windows color (decimal): -11969876 or 11295305. OLE color: 11295305.

HSL color Cylindrical-coordinate representation of color #495AAC: hue angle of 229.7º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #495AAC is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7390172-
CMYK0.580.4800.33
HSL229.7º40.41%48.04%-
HSV(B)229.7º57.56%67.45%-
XYZ13.8511.7140.56-
YUV94.26171.87112.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.79%
GREEN value IS 90 (35.55% from 255) = 26.87%
BLUE value IS 172 (67.58% from 255) = 51.34%
R=21.79%
G=26.87%
B=51.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73901720.580.4800.33229.740.4148.04
Hex495AAC3A30021e62830
Octal11113225472600413465060
Binary1001001101101010101100111010110000010000111100110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #495AAC;
 }
 .AnyTagClassName
 {
   color: #495AAC;
 }
</style>
background-color css

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

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

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

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

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

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