#454CBD

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

Shades of Free Speech Blue #454CBD

Tints of Free Speech Blue #454CBD

Color information

#454CBD (or 0x454CBD) is unknown color: approx Free Speech Blue. HEX triplet: 45, 4C and BD. RGB value is (69,76,189). Sum of RGB (Red+Green+Blue) = 69+76+189=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 189 (74.22% from 255 or 56.59% from 334); Max value from RGB is 189 - color contains mainly: blue. Hex color #454CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #454CBD is #BAB342. Grayscale: #565656. Windows color (decimal): -12235587 or 12405829. OLE color: 12405829.

HSL color Cylindrical-coordinate representation of color #454CBD: hue angle of 236.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #454CBD is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6976189-
CMYK0.630.6000.26
HSL236.5º47.62%50.59%-
HSV(B)236.5º63.49%74.12%-
XYZ14.2210.1149.35-
YUV86.79185.68115.31-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.66%
GREEN value IS 76 (30.08% from 255) = 22.75%
BLUE value IS 189 (74.22% from 255) = 56.59%
R=20.66%
G=22.75%
B=56.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal69761890.630.6000.26236.547.6250.59
Hex454CBD3F3C01Aec3033
Octal10511427577740323546063
Binary100010110011001011110111111111110001101011101100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,76,189); }

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

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

 a { background-color: rgb(69,76,189); }

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

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

 span { border-color: rgb(69,76,189); }

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