#4154bd

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

Shades of Free Speech Blue #4154BD

Tints of Free Speech Blue #4154BD

Color information

#4154BD (or 0x4154BD) is unknown color: approx Free Speech Blue. HEX triplet: 41, 54 and BD. RGB value is (65,84,189). Sum of RGB (Red+Green+Blue) = 65+84+189=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 189 (74.22% from 255 or 55.92% from 338); Max value from RGB is 189 - color contains mainly: blue. Hex color #4154BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4154BD is #BEAB42. Grayscale: #595959. Windows color (decimal): -12495683 or 12407873. OLE color: 12407873.

HSL color Cylindrical-coordinate representation of color #4154BD: hue angle of 230.81º 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 #4154BD is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6584189-
CMYK0.660.5600.26
HSL230.81º48.82%49.8%-
HSV(B)230.81º65.61%74.12%-
XYZ14.5411.1449.53-
YUV90.29183.71109.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.23%
GREEN value IS 84 (33.20% from 255) = 24.85%
BLUE value IS 189 (74.22% from 255) = 55.92%
R=19.23%
G=24.85%
B=55.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal65841890.660.5600.26230.8148.8249.8
Hex4154BD423801Ae73132
Octal101124275102700323476162
Binary1000001101010010111101100001011100001101011100111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4154bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4154bd; }

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

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

<style>
 a { background-color: #4154bd; }

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

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

<style>
 span { border-color: #4154bd; }

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

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