#456ABD

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

Shades of Free Speech Blue #456ABD

Tints of Free Speech Blue #456ABD

Color information

#456ABD (or 0x456ABD) is unknown color: approx Free Speech Blue. HEX triplet: 45, 6A and BD. RGB value is (69,106,189). Sum of RGB (Red+Green+Blue) = 69+106+189=364 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.96% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #456ABD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456ABD is #BA9542. Grayscale: #686868. Windows color (decimal): -12227907 or 12413509. OLE color: 12413509.

HSL color Cylindrical-coordinate representation of color #456ABD: hue angle of 221.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 #456ABD is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB69106189-
CMYK0.630.4400.26
HSL221.5º47.62%50.59%-
HSV(B)221.5º63.49%74.12%-
XYZ16.7915.2550.2-
YUV104.4175.74102.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.96%
GREEN value IS 106 (41.80% from 255) = 29.12%
BLUE value IS 189 (74.22% from 255) = 51.92%
R=18.96%
G=29.12%
B=51.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal691061890.630.4400.26221.547.6250.59
Hex456ABD3F2C01Ade3033
Octal10515227577540323366063
Binary100010111010101011110111111110110001101011011110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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