#4558BD

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

Shades of Free Speech Blue #4558BD

Tints of Free Speech Blue #4558BD

Color information

#4558BD (or 0x4558BD) is unknown color: approx Free Speech Blue. HEX triplet: 45, 58 and BD. RGB value is (69,88,189). Sum of RGB (Red+Green+Blue) = 69+88+189=346 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.94% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #4558BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4558BD is #BAA742. Grayscale: #5D5D5D. Windows color (decimal): -12232515 or 12408901. OLE color: 12408901.

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

Color convert

RGB6988189-
CMYK0.630.5300.26
HSL230.5º47.62%50.59%-
HSV(B)230.5º63.49%74.12%-
XYZ15.1311.9249.65-
YUV93.83181.71110.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.94%
GREEN value IS 88 (34.77% from 255) = 25.43%
BLUE value IS 189 (74.22% from 255) = 54.62%
R=19.94%
G=25.43%
B=54.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal69881890.630.5300.26230.547.6250.59
Hex4558BD3F3501Ae63033
Octal10513027577650323466063
Binary100010110110001011110111111111010101101011100110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4558BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,88,189); }

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

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

 a { background-color: rgb(69,88,189); }

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

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

 span { border-color: rgb(69,88,189); }

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