#485AAD

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

Shades of Rich Blue #485AAD

Tints of Rich Blue #485AAD

Color information

#485AAD (or 0x485AAD) is unknown color: approx Rich Blue. HEX triplet: 48, 5A and AD. RGB value is (72,90,173). Sum of RGB (Red+Green+Blue) = 72+90+173=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #485AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485AAD is #B7A552. Grayscale: #5D5D5D. Windows color (decimal): -12035411 or 11360840. OLE color: 11360840.

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

Color convert

RGB7290173-
CMYK0.580.4800.32
HSL229.31º41.22%48.04%-
HSV(B)229.31º58.38%67.84%-
XYZ13.8711.7141.06-
YUV94.08172.54112.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.49%
GREEN value IS 90 (35.55% from 255) = 26.87%
BLUE value IS 173 (67.97% from 255) = 51.64%
R=21.49%
G=26.87%
B=51.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal72901730.580.4800.32229.3141.2248.04
Hex485AAD3A30020e52930
Octal11013225572600403455160
Binary1001000101101010101101111010110000010000011100101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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