#414ABF

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

Shades of Free Speech Blue #414ABF

Tints of Free Speech Blue #414ABF

Color information

#414ABF (or 0x414ABF) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4A and BF. RGB value is (65,74,191). Sum of RGB (Red+Green+Blue) = 65+74+191=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 191 (75% from 255 or 57.88% from 330); Max value from RGB is 191 - color contains mainly: blue. Hex color #414ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414ABF is #BEB540. Grayscale: #545454. Windows color (decimal): -12498241 or 12536385. OLE color: 12536385.

HSL color Cylindrical-coordinate representation of color #414ABF: hue angle of 235.71º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #414ABF is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6574191-
CMYK0.660.6100.25
HSL235.71º49.61%50.2%-
HSV(B)235.71º65.97%74.9%-
XYZ14.039.7850.44-
YUV84.65188.02113.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.70%
GREEN value IS 74 (29.30% from 255) = 22.42%
BLUE value IS 191 (75% from 255) = 57.88%
R=19.70%
G=22.42%
B=57.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal65741910.660.6100.25235.7149.6150.2
Hex414ABF423D019ec3232
Octal101112277102750313546262
Binary1000001100101010111111100001011110101100111101100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,74,191); }

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

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

 a { background-color: rgb(65,74,191); }

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

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

 span { border-color: rgb(65,74,191); }

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