#413EBA

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

Shades of Free Speech Blue #413EBA

Tints of Free Speech Blue #413EBA

Color information

#413EBA (or 0x413EBA) is unknown color: approx Free Speech Blue. HEX triplet: 41, 3E and BA. RGB value is (65,62,186). Sum of RGB (Red+Green+Blue) = 65+62+186=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #413EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413EBA is #BEC145. Grayscale: #4C4C4C. Windows color (decimal): -12501318 or 12205633. OLE color: 12205633.

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

Color convert

RGB6562186-
CMYK0.650.6700.27
HSL241.45º50%48.63%-
HSV(B)241.45º66.67%72.94%-
XYZ12.778.1147.35-
YUV77.03189.49119.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.77%
GREEN value IS 62 (24.61% from 255) = 19.81%
BLUE value IS 186 (73.05% from 255) = 59.42%
R=20.77%
G=19.81%
B=59.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal65621860.650.6700.27241.455048.63
Hex413EBA414301Bf13231
Octal101762721011030333616261
Binary1000001111110101110101000001100001101101111110001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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