#414DCA

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

Shades of Free Speech Blue #414DCA

Tints of Free Speech Blue #414DCA

Color information

#414DCA (or 0x414DCA) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4D and CA. RGB value is (65,77,202). Sum of RGB (Red+Green+Blue) = 65+77+202=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 202 (79.30% from 255 or 58.72% from 344); Max value from RGB is 202 - color contains mainly: blue. Hex color #414DCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414DCA is #BEB235. Grayscale: #575757. Windows color (decimal): -12497462 or 13258049. OLE color: 13258049.

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

Color convert

RGB6577202-
CMYK0.680.6200.21
HSL234.74º56.38%52.35%-
HSV(B)234.74º67.82%79.22%-
XYZ15.4910.757.12-
YUV87.66192.52111.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.90%
GREEN value IS 77 (30.47% from 255) = 22.38%
BLUE value IS 202 (79.30% from 255) = 58.72%
R=18.90%
G=22.38%
B=58.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal65772020.680.6200.21234.7456.3852.35
Hex414DCA443E015eb3834
Octal101115312104760253537064
Binary1000001100110111001010100010011111001010111101011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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