#454CBA

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

Shades of Free Speech Blue #454CBA

Tints of Free Speech Blue #454CBA

Color information

#454CBA (or 0x454CBA) is unknown color: approx Free Speech Blue. HEX triplet: 45, 4C and BA. RGB value is (69,76,186). Sum of RGB (Red+Green+Blue) = 69+76+186=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #454CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #454CBA is #BAB345. Grayscale: #565656. Windows color (decimal): -12235590 or 12209221. OLE color: 12209221.

HSL color Cylindrical-coordinate representation of color #454CBA: hue angle of 236.41º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #454CBA is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6976186-
CMYK0.630.5900.27
HSL236.41º45.88%50%-
HSV(B)236.41º62.9%72.94%-
XYZ13.99.9847.65-
YUV86.45184.18115.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.85%
GREEN value IS 76 (30.08% from 255) = 22.96%
BLUE value IS 186 (73.05% from 255) = 56.19%
R=20.85%
G=22.96%
B=56.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal69761860.630.5900.27236.4145.8850
Hex454CBA3F3B01Bec2e32
Octal10511427277730333545662
Binary100010110011001011101011111111101101101111101100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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