#414DC8

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

Shades of Free Speech Blue #414DC8

Tints of Free Speech Blue #414DC8

Color information

#414DC8 (or 0x414DC8) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4D and C8. RGB value is (65,77,200). Sum of RGB (Red+Green+Blue) = 65+77+200=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 200 (78.52% from 255 or 58.48% from 342); Max value from RGB is 200 - color contains mainly: blue. Hex color #414DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414DC8 is #BEB237. Grayscale: #565656. Windows color (decimal): -12497464 or 13126977. OLE color: 13126977.

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

Color convert

RGB6577200-
CMYK0.680.6200.22
HSL234.67º55.1%51.96%-
HSV(B)234.67º67.5%78.43%-
XYZ15.2610.655.89-
YUV87.43191.52112-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.01%
GREEN value IS 77 (30.47% from 255) = 22.51%
BLUE value IS 200 (78.52% from 255) = 58.48%
R=19.01%
G=22.51%
B=58.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal65772000.680.6200.22234.6755.151.96
Hex414DC8443E016eb3734
Octal101115310104760263536764
Binary1000001100110111001000100010011111001011011101011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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