#426CC1

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

Shades of Free Speech Blue #426CC1

Tints of Free Speech Blue #426CC1

Color information

#426CC1 (or 0x426CC1) is unknown color: approx Free Speech Blue. HEX triplet: 42, 6C and C1. RGB value is (66,108,193). Sum of RGB (Red+Green+Blue) = 66+108+193=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 193 (75.78% from 255 or 52.59% from 367); Max value from RGB is 193 - color contains mainly: blue. Hex color #426CC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426CC1 is #BD933E. Grayscale: #686868. Windows color (decimal): -12423999 or 12676162. OLE color: 12676162.

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

Color convert

RGB66108193-
CMYK0.660.4400.24
HSL220.16º50.6%50.78%-
HSV(B)220.16º65.8%75.69%-
XYZ17.2315.7352.58-
YUV105.13177.59100.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.98%
GREEN value IS 108 (42.58% from 255) = 29.43%
BLUE value IS 193 (75.78% from 255) = 52.59%
R=17.98%
G=29.43%
B=52.59%

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
Decimal661081930.660.4400.24220.1650.650.78
Hex426CC1422C018dc3333
Octal102154301102540303346363
Binary1000010110110011000001100001010110001100011011100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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