#414bc6

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

Shades of Free Speech Blue #414BC6

Tints of Free Speech Blue #414BC6

Color information

#414BC6 (or 0x414BC6) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4B and C6. RGB value is (65,75,198). Sum of RGB (Red+Green+Blue) = 65+75+198=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 198 (77.73% from 255 or 58.58% from 338); Max value from RGB is 198 - color contains mainly: blue. Hex color #414BC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414BC6 is #BEB439. Grayscale: #555555. Windows color (decimal): -12497978 or 12995393. OLE color: 12995393.

HSL color Cylindrical-coordinate representation of color #414BC6: hue angle of 235.49º 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 #414BC6 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6575198-
CMYK0.670.6200.22
HSL235.49º53.85%51.57%-
HSV(B)235.49º67.17%77.65%-
XYZ14.8910.2354.62-
YUV86.03191.19113-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.23%
GREEN value IS 75 (29.69% from 255) = 22.19%
BLUE value IS 198 (77.73% from 255) = 58.58%
R=19.23%
G=22.19%
B=58.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal65751980.670.6200.22235.4953.8551.57
Hex414BC6433E016eb3634
Octal101113306103760263536664
Binary1000001100101111000110100001111111001011011101011110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414bc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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