#455AC6

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

Shades of Free Speech Blue #455AC6

Tints of Free Speech Blue #455AC6

Color information

#455AC6 (or 0x455AC6) is unknown color: approx Free Speech Blue. HEX triplet: 45, 5A and C6. RGB value is (69,90,198). Sum of RGB (Red+Green+Blue) = 69+90+198=357 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.33% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 198 (77.73% from 255 or 55.46% from 357); Max value from RGB is 198 - color contains mainly: blue. Hex color #455AC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455AC6 is #BAA539. Grayscale: #5F5F5F. Windows color (decimal): -12231994 or 12999237. OLE color: 12999237.

HSL color Cylindrical-coordinate representation of color #455AC6: hue angle of 230.23º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #455AC6 is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6990198-
CMYK0.650.5500.22
HSL230.23º53.09%52.35%-
HSV(B)230.23º65.15%77.65%-
XYZ16.312.6555.01-
YUV96.03185.54108.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.33%
GREEN value IS 90 (35.55% from 255) = 25.21%
BLUE value IS 198 (77.73% from 255) = 55.46%
R=19.33%
G=25.21%
B=55.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal69901980.650.5500.22230.2353.0952.35
Hex455AC64137016e63534
Octal105132306101670263466564
Binary1000101101101011000110100000111011101011011100110110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,90,198); }

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

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

 a { background-color: rgb(69,90,198); }

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

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

 span { border-color: rgb(69,90,198); }

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