#413EB9

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

Shades of Free Speech Blue #413EB9

Tints of Free Speech Blue #413EB9

Color information

#413EB9 (or 0x413EB9) is unknown color: approx Free Speech Blue. HEX triplet: 41, 3E and B9. RGB value is (65,62,185). Sum of RGB (Red+Green+Blue) = 65+62+185=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 62 (24.61% from 255 or 19.87% from 312); Blue value is 185 (72.66% from 255 or 59.29% from 312); Max value from RGB is 185 - color contains mainly: blue. Hex color #413EB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413EB9 is #BEC146. Grayscale: #4C4C4C. Windows color (decimal): -12501319 or 12140097. OLE color: 12140097.

HSL color Cylindrical-coordinate representation of color #413EB9: hue angle of 241.46º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #413EB9 is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6562185-
CMYK0.650.6600.27
HSL241.46º49.8%48.43%-
HSV(B)241.46º66.49%72.55%-
XYZ12.668.0746.79-
YUV76.92188.99119.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.83%
GREEN value IS 62 (24.61% from 255) = 19.87%
BLUE value IS 185 (72.66% from 255) = 59.29%
R=20.83%
G=19.87%
B=59.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal65621850.650.6600.27241.4649.848.43
Hex413EB9414201Bf13230
Octal101762711011020333616260
Binary1000001111110101110011000001100001001101111110001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413EB9; }

 p { color: rgb(65,62,185); }

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

<style>
 a { background-color: #413EB9; }

 a { background-color: rgb(65,62,185); }

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

<style>
 span { border-color: #413EB9; }

 span { border-color: rgb(65,62,185); }

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