#414CCC

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

Shades of Free Speech Blue #414CCC

Tints of Free Speech Blue #414CCC

Color information

#414CCC (or 0x414CCC) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4C and CC. RGB value is (65,76,204). Sum of RGB (Red+Green+Blue) = 65+76+204=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #414CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414CCC is #BEB333. Grayscale: #565656. Windows color (decimal): -12497716 or 13388865. OLE color: 13388865.

HSL color Cylindrical-coordinate representation of color #414CCC: hue angle of 235.25º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #414CCC is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6576204-
CMYK0.680.6300.2
HSL235.25º57.68%52.75%-
HSV(B)235.25º68.14%80%-
XYZ15.6610.6558.36-
YUV87.3193.86112.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.84%
GREEN value IS 76 (30.08% from 255) = 22.03%
BLUE value IS 204 (80.08% from 255) = 59.13%
R=18.84%
G=22.03%
B=59.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal65762040.680.6300.2235.2557.6852.75
Hex414CCC443F014eb3a35
Octal101114314104770243537265
Binary1000001100110011001100100010011111101010011101011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,76,204); }

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

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

 a { background-color: rgb(65,76,204); }

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

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

 span { border-color: rgb(65,76,204); }

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