#426BC2

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

Shades of Free Speech Blue #426BC2

Tints of Free Speech Blue #426BC2

Color information

#426BC2 (or 0x426BC2) is unknown color: approx Free Speech Blue. HEX triplet: 42, 6B and C2. RGB value is (66,107,194). Sum of RGB (Red+Green+Blue) = 66+107+194=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 194 (76.17% from 255 or 52.86% from 367); Max value from RGB is 194 - color contains mainly: blue. Hex color #426BC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426BC2 is #BD943D. Grayscale: #686868. Windows color (decimal): -12424254 or 12741442. OLE color: 12741442.

HSL color Cylindrical-coordinate representation of color #426BC2: hue angle of 220.78º 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 #426BC2 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB66107194-
CMYK0.660.4500.24
HSL220.78º51.2%50.98%-
HSV(B)220.78º65.98%76.08%-
XYZ17.2415.5753.14-
YUV104.66178.42100.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.98%
GREEN value IS 107 (42.19% from 255) = 29.16%
BLUE value IS 194 (76.17% from 255) = 52.86%
R=17.98%
G=29.16%
B=52.86%

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
Decimal661071940.660.4500.24220.7851.250.98
Hex426BC2422D018dd3333
Octal102153302102550303356363
Binary1000010110101111000010100001010110101100011011101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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