#4457BB

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

Shades of Free Speech Blue #4457BB

Tints of Free Speech Blue #4457BB

Color information

#4457BB (or 0x4457BB) is unknown color: approx Free Speech Blue. HEX triplet: 44, 57 and BB. RGB value is (68,87,187). Sum of RGB (Red+Green+Blue) = 68+87+187=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #4457BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4457BB is #BBA844. Grayscale: #5C5C5C. Windows color (decimal): -12298309 or 12277572. OLE color: 12277572.

HSL color Cylindrical-coordinate representation of color #4457BB: hue angle of 230.42º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4457BB is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6887187-
CMYK0.640.5300.27
HSL230.42º46.67%50%-
HSV(B)230.42º63.64%73.33%-
XYZ14.7611.6348.48-
YUV92.72181.21110.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.88%
GREEN value IS 87 (34.38% from 255) = 25.44%
BLUE value IS 187 (73.44% from 255) = 54.68%
R=19.88%
G=25.44%
B=54.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal68871870.640.5300.27230.4246.6750
Hex4457BB403501Be62f32
Octal104127273100650333465762
Binary1000100101011110111011100000011010101101111100110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4457BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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