#455AC4

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

Shades of Free Speech Blue #455AC4

Tints of Free Speech Blue #455AC4

Color information

#455AC4 (or 0x455AC4) is unknown color: approx Free Speech Blue. HEX triplet: 45, 5A and C4. RGB value is (69,90,196). Sum of RGB (Red+Green+Blue) = 69+90+196=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 196 (76.95% from 255 or 55.21% from 355); Max value from RGB is 196 - color contains mainly: blue. Hex color #455AC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455AC4 is #BAA53B. Grayscale: #5F5F5F. Windows color (decimal): -12231996 or 12868165. OLE color: 12868165.

HSL color Cylindrical-coordinate representation of color #455AC4: hue angle of 230.08º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #455AC4 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6990196-
CMYK0.650.5400.23
HSL230.08º51.84%51.96%-
HSV(B)230.08º64.8%76.86%-
XYZ16.0712.5653.8-
YUV95.8184.54108.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.44%
GREEN value IS 90 (35.55% from 255) = 25.35%
BLUE value IS 196 (76.95% from 255) = 55.21%
R=19.44%
G=25.35%
B=55.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal69901960.650.5400.23230.0851.8451.96
Hex455AC44136017e63434
Octal105132304101660273466464
Binary1000101101101011000100100000111011001011111100110110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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