#454FD4

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

Shades of Free Speech Blue #454FD4

Tints of Free Speech Blue #454FD4

Color information

#454FD4 (or 0x454FD4) is unknown color: approx Free Speech Blue. HEX triplet: 45, 4F and D4. RGB value is (69,79,212). Sum of RGB (Red+Green+Blue) = 69+79+212=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 212 (83.20% from 255 or 58.89% from 360); Max value from RGB is 212 - color contains mainly: blue. Hex color #454FD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #454FD4 is #BAB02B. Grayscale: #5A5A5A. Windows color (decimal): -12234796 or 13913925. OLE color: 13913925.

HSL color Cylindrical-coordinate representation of color #454FD4: hue angle of 235.8º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #454FD4 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB6979212-
CMYK0.670.6300.17
HSL235.8º62.45%55.1%-
HSV(B)235.8º67.45%83.14%-
XYZ17.1311.6163.63-
YUV91.17196.19112.19-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.17%
GREEN value IS 79 (31.25% from 255) = 21.94%
BLUE value IS 212 (83.20% from 255) = 58.89%
R=19.17%
G=21.94%
B=58.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal69792120.670.6300.17235.862.4555.1
Hex454FD4433F011ec3e37
Octal105117324103770213547667
Binary1000101100111111010100100001111111101000111101100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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