#426BC1

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

Shades of Free Speech Blue #426BC1

Tints of Free Speech Blue #426BC1

Color information

#426BC1 (or 0x426BC1) is unknown color: approx Free Speech Blue. HEX triplet: 42, 6B and C1. RGB value is (66,107,193). Sum of RGB (Red+Green+Blue) = 66+107+193=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 193 (75.78% from 255 or 52.73% from 366); Max value from RGB is 193 - color contains mainly: blue. Hex color #426BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426BC1 is #BD943E. Grayscale: #686868. Windows color (decimal): -12424255 or 12675906. OLE color: 12675906.

HSL color Cylindrical-coordinate representation of color #426BC1: hue angle of 220.63º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #426BC1 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB66107193-
CMYK0.660.4500.24
HSL220.63º50.6%50.78%-
HSV(B)220.63º65.8%75.69%-
XYZ17.1315.5252.55-
YUV104.54177.92100.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.03%
GREEN value IS 107 (42.19% from 255) = 29.23%
BLUE value IS 193 (75.78% from 255) = 52.73%
R=18.03%
G=29.23%
B=52.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal661071930.660.4500.24220.6350.650.78
Hex426BC1422D018dd3333
Octal102153301102550303356363
Binary1000010110101111000001100001010110101100011011101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426BC1; }

 p { color: rgb(66,107,193); }

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

<style>
 a { background-color: #426BC1; }

 a { background-color: rgb(66,107,193); }

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

<style>
 span { border-color: #426BC1; }

 span { border-color: rgb(66,107,193); }

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