#413ABF

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

Shades of Free Speech Blue #413ABF

Tints of Free Speech Blue #413ABF

Color information

#413ABF (or 0x413ABF) is unknown color: approx Free Speech Blue. HEX triplet: 41, 3A and BF. RGB value is (65,58,191). Sum of RGB (Red+Green+Blue) = 65+58+191=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 191 (75% from 255 or 60.83% from 314); Max value from RGB is 191 - color contains mainly: blue. Hex color #413ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413ABF is #BEC540. Grayscale: #4A4A4A. Windows color (decimal): -12502337 or 12532289. OLE color: 12532289.

HSL color Cylindrical-coordinate representation of color #413ABF: hue angle of 243.16º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #413ABF is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6558191-
CMYK0.660.7000.25
HSL243.16º53.41%48.82%-
HSV(B)243.16º69.63%74.9%-
XYZ13.17.9150.13-
YUV75.26193.32120.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.70%
GREEN value IS 58 (23.05% from 255) = 18.47%
BLUE value IS 191 (75% from 255) = 60.83%
R=20.70%
G=18.47%
B=60.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal65581910.660.7000.25243.1653.4148.82
Hex413ABF4246019f33531
Octal101722771021060313636561
Binary1000001111010101111111000010100011001100111110011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,58,191); }

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

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

 a { background-color: rgb(65,58,191); }

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

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

 span { border-color: rgb(65,58,191); }

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