#4152AF

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

Shades of Free Speech Blue #4152AF

Tints of Free Speech Blue #4152AF

Color information

#4152AF (or 0x4152AF) is unknown color: approx Free Speech Blue. HEX triplet: 41, 52 and AF. RGB value is (65,82,175). Sum of RGB (Red+Green+Blue) = 65+82+175=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #4152AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4152AF is #BEAD50. Grayscale: #575757. Windows color (decimal): -12496209 or 11489857. OLE color: 11489857.

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

Color convert

RGB6582175-
CMYK0.630.5300.31
HSL230.73º45.83%47.06%-
HSV(B)230.73º62.86%68.63%-
XYZ12.9410.2541.85-
YUV87.52177.37111.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.19%
GREEN value IS 82 (32.42% from 255) = 25.47%
BLUE value IS 175 (68.75% from 255) = 54.35%
R=20.19%
G=25.47%
B=54.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal65821750.630.5300.31230.7345.8347.06
Hex4152AF3F3501Fe72e2f
Octal10112225777650373475657
Binary100000110100101010111111111111010101111111100111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4152AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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