#414CBD

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

Shades of Free Speech Blue #414CBD

Tints of Free Speech Blue #414CBD

Color information

#414CBD (or 0x414CBD) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4C and BD. RGB value is (65,76,189). Sum of RGB (Red+Green+Blue) = 65+76+189=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #414CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414CBD is #BEB342. Grayscale: #555555. Windows color (decimal): -12497731 or 12405825. OLE color: 12405825.

HSL color Cylindrical-coordinate representation of color #414CBD: hue angle of 234.68º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #414CBD is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6576189-
CMYK0.660.6000.26
HSL234.68º48.82%49.8%-
HSV(B)234.68º65.61%74.12%-
XYZ13.959.9749.33-
YUV85.59186.36113.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.70%
GREEN value IS 76 (30.08% from 255) = 23.03%
BLUE value IS 189 (74.22% from 255) = 57.27%
R=19.70%
G=23.03%
B=57.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal65761890.660.6000.26234.6848.8249.8
Hex414CBD423C01Aeb3132
Octal101114275102740323536162
Binary1000001100110010111101100001011110001101011101011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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