#414BBF

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

Shades of Free Speech Blue #414BBF

Tints of Free Speech Blue #414BBF

Color information

#414BBF (or 0x414BBF) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4B and BF. RGB value is (65,75,191). Sum of RGB (Red+Green+Blue) = 65+75+191=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #414BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414BBF is #BEB440. Grayscale: #545454. Windows color (decimal): -12497985 or 12536641. OLE color: 12536641.

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

Color convert

RGB6575191-
CMYK0.660.6100.25
HSL235.24º49.61%50.2%-
HSV(B)235.24º65.97%74.9%-
XYZ14.19.9250.46-
YUV85.23187.69113.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.64%
GREEN value IS 75 (29.69% from 255) = 22.66%
BLUE value IS 191 (75% from 255) = 57.70%
R=19.64%
G=22.66%
B=57.70%

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
Decimal65751910.660.6100.25235.2449.6150.2
Hex414BBF423D019eb3232
Octal101113277102750313536262
Binary1000001100101110111111100001011110101100111101011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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