#414FC6

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

Shades of Free Speech Blue #414FC6

Tints of Free Speech Blue #414FC6

Color information

#414FC6 (or 0x414FC6) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4F and C6. RGB value is (65,79,198). Sum of RGB (Red+Green+Blue) = 65+79+198=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 198 (77.73% from 255 or 57.89% from 342); Max value from RGB is 198 - color contains mainly: blue. Hex color #414FC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414FC6 is #BEB039. Grayscale: #575757. Windows color (decimal): -12496954 or 12996417. OLE color: 12996417.

HSL color Cylindrical-coordinate representation of color #414FC6: hue angle of 233.68º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #414FC6 is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6579198-
CMYK0.670.6000.22
HSL233.68º53.85%51.57%-
HSV(B)233.68º67.17%77.65%-
XYZ15.1710.7954.71-
YUV88.38189.86111.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.01%
GREEN value IS 79 (31.25% from 255) = 23.10%
BLUE value IS 198 (77.73% from 255) = 57.89%
R=19.01%
G=23.10%
B=57.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal65791980.670.6000.22233.6853.8551.57
Hex414FC6433C016ea3634
Octal101117306103740263526664
Binary1000001100111111000110100001111110001011011101010110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,79,198); }

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

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

 a { background-color: rgb(65,79,198); }

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

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

 span { border-color: rgb(65,79,198); }

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