#456DC1

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

Shades of Free Speech Blue #456DC1

Tints of Free Speech Blue #456DC1

Color information

#456DC1 (or 0x456DC1) is unknown color: approx Free Speech Blue. HEX triplet: 45, 6D and C1. RGB value is (69,109,193). Sum of RGB (Red+Green+Blue) = 69+109+193=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #456DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456DC1 is #BA923E. Grayscale: #6A6A6A. Windows color (decimal): -12227135 or 12676421. OLE color: 12676421.

HSL color Cylindrical-coordinate representation of color #456DC1: hue angle of 220.65º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #456DC1 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB69109193-
CMYK0.640.4400.24
HSL220.65º50%51.37%-
HSV(B)220.65º64.25%75.69%-
XYZ17.5516.0552.63-
YUV106.62176.75101.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.60%
GREEN value IS 109 (42.97% from 255) = 29.38%
BLUE value IS 193 (75.78% from 255) = 52.02%
R=18.60%
G=29.38%
B=52.02%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal691091930.640.4400.24220.655051.37
Hex456DC1402C018dd3233
Octal105155301100540303356263
Binary1000101110110111000001100000010110001100011011101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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