#426BC6

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

Shades of Free Speech Blue #426BC6

Tints of Free Speech Blue #426BC6

Color information

#426BC6 (or 0x426BC6) is unknown color: approx Free Speech Blue. HEX triplet: 42, 6B and C6. RGB value is (66,107,198). Sum of RGB (Red+Green+Blue) = 66+107+198=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 198 (77.73% from 255 or 53.37% from 371); Max value from RGB is 198 - color contains mainly: blue. Hex color #426BC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426BC6 is #BD9439. Grayscale: #686868. Windows color (decimal): -12424250 or 13003586. OLE color: 13003586.

HSL color Cylindrical-coordinate representation of color #426BC6: hue angle of 221.36º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #426BC6 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB66107198-
CMYK0.670.4600.22
HSL221.36º53.66%51.76%-
HSV(B)221.36º66.67%77.65%-
XYZ17.715.7555.53-
YUV105.12180.42100.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.79%
GREEN value IS 107 (42.19% from 255) = 28.84%
BLUE value IS 198 (77.73% from 255) = 53.37%
R=17.79%
G=28.84%
B=53.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal661071980.670.4600.22221.3653.6651.76
Hex426BC6432E016dd3634
Octal102153306103560263356664
Binary1000010110101111000110100001110111001011011011101110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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