#4546AF

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

Shades of Rich Blue #4546AF

Tints of Rich Blue #4546AF

Color information

#4546AF (or 0x4546AF) is unknown color: approx Rich Blue. HEX triplet: 45, 46 and AF. RGB value is (69,70,175). Sum of RGB (Red+Green+Blue) = 69+70+175=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 175 (68.75% from 255 or 55.73% from 314); Max value from RGB is 175 - color contains mainly: blue. Hex color #4546AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4546AF is #BAB950. Grayscale: #515151. Windows color (decimal): -12237137 or 11486789. OLE color: 11486789.

HSL color Cylindrical-coordinate representation of color #4546AF: hue angle of 239.43º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4546AF is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6970175-
CMYK0.610.6000.31
HSL239.43º43.44%47.84%-
HSV(B)239.43º60.57%68.63%-
XYZ12.388.7441.59-
YUV81.67180.67118.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.97%
GREEN value IS 70 (27.73% from 255) = 22.29%
BLUE value IS 175 (68.75% from 255) = 55.73%
R=21.97%
G=22.29%
B=55.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal69701750.610.6000.31239.4343.4447.84
Hex4546AF3D3C01Fef2b30
Octal10510625775740373575360
Binary100010110001101010111111110111110001111111101111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4546AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4546AF; }

 p { color: rgb(69,70,175); }

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

<style>
 a { background-color: #4546AF; }

 a { background-color: rgb(69,70,175); }

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

<style>
 span { border-color: #4546AF; }

 span { border-color: rgb(69,70,175); }

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