#414CBF

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

Shades of Free Speech Blue #414CBF

Tints of Free Speech Blue #414CBF

Color information

#414CBF (or 0x414CBF) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4C and BF. RGB value is (65,76,191). Sum of RGB (Red+Green+Blue) = 65+76+191=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #414CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414CBF is #BEB340. Grayscale: #555555. Windows color (decimal): -12497729 or 12536897. OLE color: 12536897.

HSL color Cylindrical-coordinate representation of color #414CBF: hue angle of 234.76º 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 #414CBF is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6576191-
CMYK0.660.6000.25
HSL234.76º49.61%50.2%-
HSV(B)234.76º65.97%74.9%-
XYZ14.1710.0550.48-
YUV85.82187.36113.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.58%
GREEN value IS 76 (30.08% from 255) = 22.89%
BLUE value IS 191 (75% from 255) = 57.53%
R=19.58%
G=22.89%
B=57.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal65761910.660.6000.25234.7649.6150.2
Hex414CBF423C019eb3232
Octal101114277102740313536262
Binary1000001100110010111111100001011110001100111101011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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