#495AB0

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

Shades of Rich Blue #495AB0

Tints of Rich Blue #495AB0

Color information

#495AB0 (or 0x495AB0) is unknown color: approx Rich Blue. HEX triplet: 49, 5A and B0. RGB value is (73,90,176). Sum of RGB (Red+Green+Blue) = 73+90+176=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 176 (69.14% from 255 or 51.92% from 339); Max value from RGB is 176 - color contains mainly: blue. Hex color #495AB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495AB0 is #B6A54F. Grayscale: #5E5E5E. Windows color (decimal): -11969872 or 11557449. OLE color: 11557449.

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

Color convert

RGB7390176-
CMYK0.590.4900.31
HSL230.1º41.37%48.82%-
HSV(B)230.1º58.52%69.02%-
XYZ14.2411.8642.61-
YUV94.72173.87112.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.53%
GREEN value IS 90 (35.55% from 255) = 26.55%
BLUE value IS 176 (69.14% from 255) = 51.92%
R=21.53%
G=26.55%
B=51.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal73901760.590.4900.31230.141.3748.82
Hex495AB03B3101Fe62931
Octal11113226073610373465161
Binary100100110110101011000011101111000101111111100110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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