#456DC5

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

Shades of Free Speech Blue #456DC5

Tints of Free Speech Blue #456DC5

Color information

#456DC5 (or 0x456DC5) is unknown color: approx Free Speech Blue. HEX triplet: 45, 6D and C5. RGB value is (69,109,197). Sum of RGB (Red+Green+Blue) = 69+109+197=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 197 (77.34% from 255 or 52.53% from 375); Max value from RGB is 197 - color contains mainly: blue. Hex color #456DC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456DC5 is #BA923A. Grayscale: #6A6A6A. Windows color (decimal): -12227131 or 12938565. OLE color: 12938565.

HSL color Cylindrical-coordinate representation of color #456DC5: hue angle of 221.25º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #456DC5 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB69109197-
CMYK0.650.4500.23
HSL221.25º52.46%52.16%-
HSV(B)221.25º64.97%77.25%-
XYZ1816.2355.01-
YUV107.07178.75100.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.4%
GREEN value IS 109 (42.97% from 255) = 29.07%
BLUE value IS 197 (77.34% from 255) = 52.53%
R=18.4%
G=29.07%
B=52.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal691091970.650.4500.23221.2552.4652.16
Hex456DC5412D017dd3434
Octal105155305101550273356464
Binary1000101110110111000101100000110110101011111011101110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,109,197); }

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

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

 a { background-color: rgb(69,109,197); }

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

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

 span { border-color: rgb(69,109,197); }

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