#426DC2

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

Shades of Free Speech Blue #426DC2

Tints of Free Speech Blue #426DC2

Color information

#426DC2 (or 0x426DC2) is unknown color: approx Free Speech Blue. HEX triplet: 42, 6D and C2. RGB value is (66,109,194). Sum of RGB (Red+Green+Blue) = 66+109+194=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 194 (76.17% from 255 or 52.57% from 369); Max value from RGB is 194 - color contains mainly: blue. Hex color #426DC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426DC2 is #BD923D. Grayscale: #696969. Windows color (decimal): -12423742 or 12741954. OLE color: 12741954.

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

Color convert

RGB66109194-
CMYK0.660.4400.24
HSL219.84º51.2%50.98%-
HSV(B)219.84º65.98%76.08%-
XYZ17.4515.9953.21-
YUV105.83177.7599.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.89%
GREEN value IS 109 (42.97% from 255) = 29.54%
BLUE value IS 194 (76.17% from 255) = 52.57%
R=17.89%
G=29.54%
B=52.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal661091940.660.4400.24219.8451.250.98
Hex426DC2422C018dc3333
Octal102155302102540303346363
Binary1000010110110111000010100001010110001100011011100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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