#414CBE

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

Shades of Free Speech Blue #414CBE

Tints of Free Speech Blue #414CBE

Color information

#414CBE (or 0x414CBE) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4C and BE. RGB value is (65,76,190). Sum of RGB (Red+Green+Blue) = 65+76+190=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #414CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414CBE is #BEB341. Grayscale: #555555. Windows color (decimal): -12497730 or 12471361. OLE color: 12471361.

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

Color convert

RGB6576190-
CMYK0.660.6000.25
HSL234.72º49.02%50%-
HSV(B)234.72º65.79%74.51%-
XYZ14.0610.0149.91-
YUV85.71186.86113.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.64%
GREEN value IS 76 (30.08% from 255) = 22.96%
BLUE value IS 190 (74.61% from 255) = 57.40%
R=19.64%
G=22.96%
B=57.40%

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
Decimal65761900.660.6000.25234.7249.0250
Hex414CBE423C019eb3132
Octal101114276102740313536162
Binary1000001100110010111110100001011110001100111101011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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