#4158AF

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

Shades of Free Speech Blue #4158AF

Tints of Free Speech Blue #4158AF

Color information

#4158AF (or 0x4158AF) is unknown color: approx Free Speech Blue. HEX triplet: 41, 58 and AF. RGB value is (65,88,175). Sum of RGB (Red+Green+Blue) = 65+88+175=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 175 (68.75% from 255 or 53.35% from 328); Max value from RGB is 175 - color contains mainly: blue. Hex color #4158AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4158AF is #BEA750. Grayscale: #5A5A5A. Windows color (decimal): -12494673 or 11491393. OLE color: 11491393.

HSL color Cylindrical-coordinate representation of color #4158AF: hue angle of 227.45º 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 #4158AF is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6588175-
CMYK0.630.5000.31
HSL227.45º45.83%47.06%-
HSV(B)227.45º62.86%68.63%-
XYZ13.4111.242.01-
YUV91.04175.38109.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.82%
GREEN value IS 88 (34.77% from 255) = 26.83%
BLUE value IS 175 (68.75% from 255) = 53.35%
R=19.82%
G=26.83%
B=53.35%

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
Decimal65881750.630.5000.31227.4545.8347.06
Hex4158AF3F3201Fe32e2f
Octal10113025777620373435657
Binary100000110110001010111111111111001001111111100011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4158AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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