#454FC4

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

Shades of Free Speech Blue #454FC4

Tints of Free Speech Blue #454FC4

Color information

#454FC4 (or 0x454FC4) is unknown color: approx Free Speech Blue. HEX triplet: 45, 4F and C4. RGB value is (69,79,196). Sum of RGB (Red+Green+Blue) = 69+79+196=344 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.06% from 344); Green value is 79 (31.25% from 255 or 22.97% from 344); Blue value is 196 (76.95% from 255 or 56.98% from 344); Max value from RGB is 196 - color contains mainly: blue. Hex color #454FC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #454FC4 is #BAB03B. Grayscale: #585858. Windows color (decimal): -12234812 or 12865349. OLE color: 12865349.

HSL color Cylindrical-coordinate representation of color #454FC4: hue angle of 235.28º 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 #454FC4 is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6979196-
CMYK0.650.6000.23
HSL235.28º51.84%51.96%-
HSV(B)235.28º64.8%76.86%-
XYZ15.2110.8453.52-
YUV89.35188.19113.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.06%
GREEN value IS 79 (31.25% from 255) = 22.97%
BLUE value IS 196 (76.95% from 255) = 56.98%
R=20.06%
G=22.97%
B=56.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal69791960.650.6000.23235.2851.8451.96
Hex454FC4413C017eb3434
Octal105117304101740273536464
Binary1000101100111111000100100000111110001011111101011110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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