#414CCA

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

Shades of Free Speech Blue #414CCA

Tints of Free Speech Blue #414CCA

Color information

#414CCA (or 0x414CCA) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4C and CA. RGB value is (65,76,202). Sum of RGB (Red+Green+Blue) = 65+76+202=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 202 (79.30% from 255 or 58.89% from 343); Max value from RGB is 202 - color contains mainly: blue. Hex color #414CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414CCA is #BEB335. Grayscale: #565656. Windows color (decimal): -12497718 or 13257793. OLE color: 13257793.

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

Color convert

RGB6576202-
CMYK0.680.6200.21
HSL235.18º56.38%52.35%-
HSV(B)235.18º67.82%79.22%-
XYZ15.4310.5657.1-
YUV87.08192.86112.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.95%
GREEN value IS 76 (30.08% from 255) = 22.16%
BLUE value IS 202 (79.30% from 255) = 58.89%
R=18.95%
G=22.16%
B=58.89%

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
Decimal65762020.680.6200.21235.1856.3852.35
Hex414CCA443E015eb3834
Octal101114312104760253537064
Binary1000001100110011001010100010011111001010111101011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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