#414DB3

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

Shades of Free Speech Blue #414DB3

Tints of Free Speech Blue #414DB3

Color information

#414DB3 (or 0x414DB3) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4D and B3. RGB value is (65,77,179). Sum of RGB (Red+Green+Blue) = 65+77+179=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 179 (70.31% from 255 or 55.76% from 321); Max value from RGB is 179 - color contains mainly: blue. Hex color #414DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414DB3 is #BEB24C. Grayscale: #545454. Windows color (decimal): -12497485 or 11750721. OLE color: 11750721.

HSL color Cylindrical-coordinate representation of color #414DB3: hue angle of 233.68º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #414DB3 is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6577179-
CMYK0.640.5700.30
HSL233.68º46.72%47.84%-
HSV(B)233.68º63.69%70.2%-
XYZ12.979.6943.83-
YUV85.04181.02113.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.25%
GREEN value IS 77 (30.47% from 255) = 23.99%
BLUE value IS 179 (70.31% from 255) = 55.76%
R=20.25%
G=23.99%
B=55.76%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal65771790.640.5700.30233.6846.7247.84
Hex414DB3403901Eea2f30
Octal101115263100710363525760
Binary1000001100110110110011100000011100101111011101010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414DB3; }

 p { color: rgb(65,77,179); }

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

<style>
 a { background-color: #414DB3; }

 a { background-color: rgb(65,77,179); }

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

<style>
 span { border-color: #414DB3; }

 span { border-color: rgb(65,77,179); }

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