#456ABA

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

Shades of Free Speech Blue #456ABA

Tints of Free Speech Blue #456ABA

Color information

#456ABA (or 0x456ABA) is unknown color: approx Free Speech Blue. HEX triplet: 45, 6A and BA. RGB value is (69,106,186). Sum of RGB (Red+Green+Blue) = 69+106+186=361 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.11% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #456ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456ABA is #BA9545. Grayscale: #676767. Windows color (decimal): -12227910 or 12216901. OLE color: 12216901.

HSL color Cylindrical-coordinate representation of color #456ABA: hue angle of 221.03º 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 #456ABA is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB69106186-
CMYK0.630.4300.27
HSL221.03º45.88%50%-
HSV(B)221.03º62.9%72.94%-
XYZ16.4715.1248.5-
YUV104.06174.24103-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.11%
GREEN value IS 106 (41.80% from 255) = 29.36%
BLUE value IS 186 (73.05% from 255) = 51.52%
R=19.11%
G=29.36%
B=51.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal691061860.630.4300.27221.0345.8850
Hex456ABA3F2B01Bdd2e32
Octal10515227277530333355662
Binary100010111010101011101011111110101101101111011101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456ABA; }

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

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

<style>
 a { background-color: #456ABA; }

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

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

<style>
 span { border-color: #456ABA; }

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

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