#414FC9

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

Shades of Free Speech Blue #414FC9

Tints of Free Speech Blue #414FC9

Color information

#414FC9 (or 0x414FC9) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4F and C9. RGB value is (65,79,201). Sum of RGB (Red+Green+Blue) = 65+79+201=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 201 (78.91% from 255 or 58.26% from 345); Max value from RGB is 201 - color contains mainly: blue. Hex color #414FC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414FC9 is #BEB036. Grayscale: #585858. Windows color (decimal): -12496951 or 13193025. OLE color: 13193025.

HSL color Cylindrical-coordinate representation of color #414FC9: hue angle of 233.82º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #414FC9 is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6579201-
CMYK0.680.6100.21
HSL233.82º55.74%52.16%-
HSV(B)233.82º67.66%78.82%-
XYZ15.5210.9356.55-
YUV88.72191.36111.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.84%
GREEN value IS 79 (31.25% from 255) = 22.90%
BLUE value IS 201 (78.91% from 255) = 58.26%
R=18.84%
G=22.90%
B=58.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal65792010.680.6100.21233.8255.7452.16
Hex414FC9443D015ea3834
Octal101117311104750253527064
Binary1000001100111111001001100010011110101010111101010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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