#4561C1

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

Shades of Free Speech Blue #4561C1

Tints of Free Speech Blue #4561C1

Color information

#4561C1 (or 0x4561C1) is unknown color: approx Free Speech Blue. HEX triplet: 45, 61 and C1. RGB value is (69,97,193). Sum of RGB (Red+Green+Blue) = 69+97+193=359 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.22% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 193 (75.78% from 255 or 53.76% from 359); Max value from RGB is 193 - color contains mainly: blue. Hex color #4561C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4561C1 is #BA9E3E. Grayscale: #636363. Windows color (decimal): -12230207 or 12673349. OLE color: 12673349.

HSL color Cylindrical-coordinate representation of color #4561C1: hue angle of 226.45º 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 #4561C1 is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6997193-
CMYK0.640.5000.24
HSL226.45º50%51.37%-
HSV(B)226.45º64.25%75.69%-
XYZ16.3513.6652.23-
YUV99.57180.72106.19-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.22%
GREEN value IS 97 (38.28% from 255) = 27.02%
BLUE value IS 193 (75.78% from 255) = 53.76%
R=19.22%
G=27.02%
B=53.76%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal69971930.640.5000.24226.455051.37
Hex4561C14032018e23233
Octal105141301100620303426263
Binary1000101110000111000001100000011001001100011100010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4561C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4561C1; }

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

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

<style>
 a { background-color: #4561C1; }

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

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

<style>
 span { border-color: #4561C1; }

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

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