#4052AC

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

Shades of Free Speech Blue #4052AC

Tints of Free Speech Blue #4052AC

Color information

#4052AC (or 0x4052AC) is unknown color: approx Free Speech Blue. HEX triplet: 40, 52 and AC. RGB value is (64,82,172). Sum of RGB (Red+Green+Blue) = 64+82+172=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #4052AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4052AC is #BFAD53. Grayscale: #565656. Windows color (decimal): -12561748 or 11293248. OLE color: 11293248.

HSL color Cylindrical-coordinate representation of color #4052AC: hue angle of 230º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4052AC is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6482172-
CMYK0.630.5200.33
HSL230º45.76%46.27%-
HSV(B)230º62.79%67.45%-
XYZ12.5810.140.32-
YUV86.88176.04111.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.13%
GREEN value IS 82 (32.42% from 255) = 25.79%
BLUE value IS 172 (67.58% from 255) = 54.09%
R=20.13%
G=25.79%
B=54.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64821720.630.5200.3323045.7646.27
Hex4052AC3F34021e62e2e
Octal10012225477640413465656
Binary1000000101001010101100111111110100010000111100110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4052AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4052AC; }

 p { color: rgb(64,82,172); }

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

<style>
 a { background-color: #4052AC; }

 a { background-color: rgb(64,82,172); }

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

<style>
 span { border-color: #4052AC; }

 span { border-color: rgb(64,82,172); }

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