#4457BD

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

Shades of Free Speech Blue #4457BD

Tints of Free Speech Blue #4457BD

Color information

#4457BD (or 0x4457BD) is unknown color: approx Free Speech Blue. HEX triplet: 44, 57 and BD. RGB value is (68,87,189). Sum of RGB (Red+Green+Blue) = 68+87+189=344 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.77% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #4457BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4457BD is #BBA842. Grayscale: #5C5C5C. Windows color (decimal): -12298307 or 12408644. OLE color: 12408644.

HSL color Cylindrical-coordinate representation of color #4457BD: hue angle of 230.58º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4457BD is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6887189-
CMYK0.640.5400.26
HSL230.58º47.83%50.39%-
HSV(B)230.58º64.02%74.12%-
XYZ14.9811.7249.62-
YUV92.95182.21110.21-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.77%
GREEN value IS 87 (34.38% from 255) = 25.29%
BLUE value IS 189 (74.22% from 255) = 54.94%
R=19.77%
G=25.29%
B=54.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal68871890.640.5400.26230.5847.8350.39
Hex4457BD403601Ae73032
Octal104127275100660323476062
Binary1000100101011110111101100000011011001101011100111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4457BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4457BD; }

 p { color: rgb(68,87,189); }

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

<style>
 a { background-color: #4457BD; }

 a { background-color: rgb(68,87,189); }

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

<style>
 span { border-color: #4457BD; }

 span { border-color: rgb(68,87,189); }

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