#4046AE

Color #4046AE Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #4046AE

Tints of Free Speech Blue #4046AE

Color information

#4046AE (or 0x4046AE) is unknown color: approx Free Speech Blue. HEX triplet: 40, 46 and AE. RGB value is (64,70,174). Sum of RGB (Red+Green+Blue) = 64+70+174=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #4046AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4046AE is #BFB951. Grayscale: #4F4F4F. Windows color (decimal): -12564818 or 11421248. OLE color: 11421248.

HSL color Cylindrical-coordinate representation of color #4046AE: hue angle of 236.73º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4046AE is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6470174-
CMYK0.630.6000.32
HSL236.73º46.22%46.67%-
HSV(B)236.73º63.22%68.24%-
XYZ11.948.5341.06-
YUV80.06181.01116.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.78%
GREEN value IS 70 (27.73% from 255) = 22.73%
BLUE value IS 174 (68.36% from 255) = 56.49%
R=20.78%
G=22.73%
B=56.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal64701740.630.6000.32236.7346.2246.67
Hex4046AE3F3C020ed2e2f
Octal10010625677740403555657
Binary1000000100011010101110111111111100010000011101101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4046AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4046AE; }

 p { color: rgb(64,70,174); }

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

<style>
 a { background-color: #4046AE; }

 a { background-color: rgb(64,70,174); }

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

<style>
 span { border-color: #4046AE; }

 span { border-color: rgb(64,70,174); }

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