#4451C1

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

Shades of Free Speech Blue #4451C1

Tints of Free Speech Blue #4451C1

Color information

#4451C1 (or 0x4451C1) is unknown color: approx Free Speech Blue. HEX triplet: 44, 51 and C1. RGB value is (68,81,193). Sum of RGB (Red+Green+Blue) = 68+81+193=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 193 (75.78% from 255 or 56.43% from 342); Max value from RGB is 193 - color contains mainly: blue. Hex color #4451C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4451C1 is #BBAE3E. Grayscale: #595959. Windows color (decimal): -12299839 or 12669252. OLE color: 12669252.

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

Color convert

RGB6881193-
CMYK0.650.5800.24
HSL233.76º50.2%51.18%-
HSV(B)233.76º64.77%75.69%-
XYZ14.9510.9651.78-
YUV89.88186.19112.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.88%
GREEN value IS 81 (32.03% from 255) = 23.68%
BLUE value IS 193 (75.78% from 255) = 56.43%
R=19.88%
G=23.68%
B=56.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal68811930.650.5800.24233.7650.251.18
Hex4451C1413A018ea3233
Octal104121301101720303526263
Binary1000100101000111000001100000111101001100011101010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4451C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,81,193); }

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

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

 a { background-color: rgb(68,81,193); }

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

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

 span { border-color: rgb(68,81,193); }

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