#455EB4

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

Shades of Free Speech Blue #455EB4

Tints of Free Speech Blue #455EB4

Color information

#455EB4 (or 0x455EB4) is unknown color: approx Free Speech Blue. HEX triplet: 45, 5E and B4. RGB value is (69,94,180). Sum of RGB (Red+Green+Blue) = 69+94+180=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 180 (70.70% from 255 or 52.48% from 343); Max value from RGB is 180 - color contains mainly: blue. Hex color #455EB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455EB4 is #BAA14B. Grayscale: #5F5F5F. Windows color (decimal): -12230988 or 11820613. OLE color: 11820613.

HSL color Cylindrical-coordinate representation of color #455EB4: hue angle of 226.49º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #455EB4 is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6994180-
CMYK0.620.4800.29
HSL226.49º44.58%48.82%-
HSV(B)226.49º61.67%70.59%-
XYZ14.712.5744.83-
YUV96.33175.22108.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.12%
GREEN value IS 94 (37.11% from 255) = 27.41%
BLUE value IS 180 (70.70% from 255) = 52.48%
R=20.12%
G=27.41%
B=52.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal69941800.620.4800.29226.4944.5848.82
Hex455EB43E3001De22d31
Octal10513626476600353425561
Binary100010110111101011010011111011000001110111100010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455EB4; }

 p { color: rgb(69,94,180); }

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

<style>
 a { background-color: #455EB4; }

 a { background-color: rgb(69,94,180); }

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

<style>
 span { border-color: #455EB4; }

 span { border-color: rgb(69,94,180); }

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