#454AC0

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

Shades of Free Speech Blue #454AC0

Tints of Free Speech Blue #454AC0

Color information

#454AC0 (or 0x454AC0) is unknown color: approx Free Speech Blue. HEX triplet: 45, 4A and C0. RGB value is (69,74,192). Sum of RGB (Red+Green+Blue) = 69+74+192=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 192 (75.39% from 255 or 57.31% from 335); Max value from RGB is 192 - color contains mainly: blue. Hex color #454AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #454AC0 is #BAB53F. Grayscale: #555555. Windows color (decimal): -12236096 or 12601925. OLE color: 12601925.

HSL color Cylindrical-coordinate representation of color #454AC0: hue angle of 237.56º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #454AC0 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6974192-
CMYK0.640.6100.25
HSL237.56º49.4%51.18%-
HSV(B)237.56º64.06%75.29%-
XYZ14.429.9751.03-
YUV85.96187.84115.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.60%
GREEN value IS 74 (29.30% from 255) = 22.09%
BLUE value IS 192 (75.39% from 255) = 57.31%
R=20.60%
G=22.09%
B=57.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal69741920.640.6100.25237.5649.451.18
Hex454AC0403D019ee3133
Octal105112300100750313566163
Binary1000101100101011000000100000011110101100111101110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454AC0; }

 p { color: rgb(69,74,192); }

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

<style>
 a { background-color: #454AC0; }

 a { background-color: rgb(69,74,192); }

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

<style>
 span { border-color: #454AC0; }

 span { border-color: rgb(69,74,192); }

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