#4558d8

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

Shades of Free Speech Blue #4558D8

Tints of Free Speech Blue #4558D8

Color information

#4558D8 (or 0x4558D8) is unknown color: approx Free Speech Blue. HEX triplet: 45, 58 and D8. RGB value is (69,88,216). Sum of RGB (Red+Green+Blue) = 69+88+216=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 216 (84.77% from 255 or 57.91% from 373); Max value from RGB is 216 - color contains mainly: blue. Hex color #4558D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4558D8 is #BAA727. Grayscale: #606060. Windows color (decimal): -12232488 or 14178373. OLE color: 14178373.

HSL color Cylindrical-coordinate representation of color #4558D8: hue angle of 232.24º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4558D8 is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6988216-
CMYK0.680.5900.15
HSL232.24º65.33%55.88%-
HSV(B)232.24º68.06%84.71%-
XYZ18.3413.266.55-
YUV96.91195.21108.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.50%
GREEN value IS 88 (34.77% from 255) = 23.59%
BLUE value IS 216 (84.77% from 255) = 57.91%
R=18.50%
G=23.59%
B=57.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal69882160.680.5900.15232.2465.3355.88
Hex4558D8443B0Fe84138
Octal1051303301047301735010170
Binary1000101101100011011000100010011101101111111010001000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4558d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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