#4058AF

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

Shades of Free Speech Blue #4058AF

Tints of Free Speech Blue #4058AF

Color information

#4058AF (or 0x4058AF) is unknown color: approx Free Speech Blue. HEX triplet: 40, 58 and AF. RGB value is (64,88,175). Sum of RGB (Red+Green+Blue) = 64+88+175=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 175 (68.75% from 255 or 53.52% from 327); Max value from RGB is 175 - color contains mainly: blue. Hex color #4058AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4058AF is #BFA750. Grayscale: #5A5A5A. Windows color (decimal): -12560209 or 11491392. OLE color: 11491392.

HSL color Cylindrical-coordinate representation of color #4058AF: hue angle of 227.03º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4058AF is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6488175-
CMYK0.630.5000.31
HSL227.03º46.44%46.86%-
HSV(B)227.03º63.43%68.63%-
XYZ13.3411.1642.01-
YUV90.74175.55108.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.57%
GREEN value IS 88 (34.77% from 255) = 26.91%
BLUE value IS 175 (68.75% from 255) = 53.52%
R=19.57%
G=26.91%
B=53.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal64881750.630.5000.31227.0346.4446.86
Hex4058AF3F3201Fe32e2f
Octal10013025777620373435657
Binary100000010110001010111111111111001001111111100011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4058AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,88,175); }

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

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

 a { background-color: rgb(64,88,175); }

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

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

 span { border-color: rgb(64,88,175); }

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