#454FB4

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

Shades of Free Speech Blue #454FB4

Tints of Free Speech Blue #454FB4

Color information

#454FB4 (or 0x454FB4) is unknown color: approx Free Speech Blue. HEX triplet: 45, 4F and B4. RGB value is (69,79,180). Sum of RGB (Red+Green+Blue) = 69+79+180=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 180 (70.70% from 255 or 54.88% from 328); Max value from RGB is 180 - color contains mainly: blue. Hex color #454FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #454FB4 is #BAB04B. Grayscale: #575757. Windows color (decimal): -12234828 or 11816773. OLE color: 11816773.

HSL color Cylindrical-coordinate representation of color #454FB4: hue angle of 234.59º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #454FB4 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6979180-
CMYK0.620.5600.29
HSL234.59º44.58%48.82%-
HSV(B)234.59º61.67%70.59%-
XYZ13.4910.1544.43-
YUV87.52180.19114.79-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.04%
GREEN value IS 79 (31.25% from 255) = 24.09%
BLUE value IS 180 (70.70% from 255) = 54.88%
R=21.04%
G=24.09%
B=54.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal69791800.620.5600.29234.5944.5848.82
Hex454FB43E3801Deb2d31
Octal10511726476700353535561
Binary100010110011111011010011111011100001110111101011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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