#454FB1

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

Shades of Free Speech Blue #454FB1

Tints of Free Speech Blue #454FB1

Color information

#454FB1 (or 0x454FB1) is unknown color: approx Free Speech Blue. HEX triplet: 45, 4F and B1. RGB value is (69,79,177). Sum of RGB (Red+Green+Blue) = 69+79+177=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 177 (69.53% from 255 or 54.46% from 325); Max value from RGB is 177 - color contains mainly: blue. Hex color #454FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #454FB1 is #BAB04E. Grayscale: #565656. Windows color (decimal): -12234831 or 11620165. OLE color: 11620165.

HSL color Cylindrical-coordinate representation of color #454FB1: hue angle of 234.44º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #454FB1 is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6979177-
CMYK0.610.5500.31
HSL234.44º43.9%48.24%-
HSV(B)234.44º61.02%69.41%-
XYZ13.1910.0342.84-
YUV87.18178.69115.03-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.23%
GREEN value IS 79 (31.25% from 255) = 24.31%
BLUE value IS 177 (69.53% from 255) = 54.46%
R=21.23%
G=24.31%
B=54.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal69791770.610.5500.31234.4443.948.24
Hex454FB13D3701Fea2c30
Octal10511726175670373525460
Binary100010110011111011000111110111011101111111101010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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