#455DC6

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

Shades of Free Speech Blue #455DC6

Tints of Free Speech Blue #455DC6

Color information

#455DC6 (or 0x455DC6) is unknown color: approx Free Speech Blue. HEX triplet: 45, 5D and C6. RGB value is (69,93,198). Sum of RGB (Red+Green+Blue) = 69+93+198=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 198 (77.73% from 255 or 55% from 360); Max value from RGB is 198 - color contains mainly: blue. Hex color #455DC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455DC6 is #BAA239. Grayscale: #616161. Windows color (decimal): -12231226 or 13000005. OLE color: 13000005.

HSL color Cylindrical-coordinate representation of color #455DC6: hue angle of 228.84º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #455DC6 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6993198-
CMYK0.650.5300.22
HSL228.84º53.09%52.35%-
HSV(B)228.84º65.15%77.65%-
XYZ16.5613.1755.1-
YUV97.79184.55107.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.17%
GREEN value IS 93 (36.72% from 255) = 25.83%
BLUE value IS 198 (77.73% from 255) = 55%
R=19.17%
G=25.83%
B=55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal69931980.650.5300.22228.8453.0952.35
Hex455DC64135016e53534
Octal105135306101650263456564
Binary1000101101110111000110100000111010101011011100101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455DC6; }

 p { color: rgb(69,93,198); }

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

<style>
 a { background-color: #455DC6; }

 a { background-color: rgb(69,93,198); }

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

<style>
 span { border-color: #455DC6; }

 span { border-color: rgb(69,93,198); }

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