#426ABF

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

Shades of Free Speech Blue #426ABF

Tints of Free Speech Blue #426ABF

Color information

#426ABF (or 0x426ABF) is unknown color: approx Free Speech Blue. HEX triplet: 42, 6A and BF. RGB value is (66,106,191). Sum of RGB (Red+Green+Blue) = 66+106+191=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #426ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426ABF is #BD9540. Grayscale: #676767. Windows color (decimal): -12424513 or 12544578. OLE color: 12544578.

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

Color convert

RGB66106191-
CMYK0.650.4500.25
HSL220.8º49.41%50.39%-
HSV(B)220.8º65.45%74.9%-
XYZ16.815.2351.34-
YUV103.73177.25101.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.18%
GREEN value IS 106 (41.80% from 255) = 29.20%
BLUE value IS 191 (75% from 255) = 52.62%
R=18.18%
G=29.20%
B=52.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661061910.650.4500.25220.849.4150.39
Hex426ABF412D019dd3132
Octal102152277101550313356162
Binary1000010110101010111111100000110110101100111011101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,106,191); }

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

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

 a { background-color: rgb(66,106,191); }

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

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

 span { border-color: rgb(66,106,191); }

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