#426CC0

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

Shades of Free Speech Blue #426CC0

Tints of Free Speech Blue #426CC0

Color information

#426CC0 (or 0x426CC0) is unknown color: approx Free Speech Blue. HEX triplet: 42, 6C and C0. RGB value is (66,108,192). Sum of RGB (Red+Green+Blue) = 66+108+192=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 192 (75.39% from 255 or 52.46% from 366); Max value from RGB is 192 - color contains mainly: blue. Hex color #426CC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426CC0 is #BD933F. Grayscale: #686868. Windows color (decimal): -12424000 or 12610626. OLE color: 12610626.

HSL color Cylindrical-coordinate representation of color #426CC0: hue angle of 220º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #426CC0 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB66108192-
CMYK0.660.4400.25
HSL220º50%50.59%-
HSV(B)220º65.62%75.29%-
XYZ17.1215.6951.99-
YUV105.02177.09100.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.03%
GREEN value IS 108 (42.58% from 255) = 29.51%
BLUE value IS 192 (75.39% from 255) = 52.46%
R=18.03%
G=29.51%
B=52.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661081920.660.4400.252205050.59
Hex426CC0422C019dc3233
Octal102154300102540313346263
Binary1000010110110011000000100001010110001100111011100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,108,192); }

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

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

 a { background-color: rgb(66,108,192); }

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

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

 span { border-color: rgb(66,108,192); }

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