#426ABB

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

Shades of Free Speech Blue #426ABB

Tints of Free Speech Blue #426ABB

Color information

#426ABB (or 0x426ABB) is unknown color: approx Free Speech Blue. HEX triplet: 42, 6A and BB. RGB value is (66,106,187). Sum of RGB (Red+Green+Blue) = 66+106+187=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #426ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426ABB is #BD9544. Grayscale: #666666. Windows color (decimal): -12424517 or 12282434. OLE color: 12282434.

HSL color Cylindrical-coordinate representation of color #426ABB: hue angle of 220.17º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #426ABB is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB66106187-
CMYK0.650.4300.27
HSL220.17º47.83%49.61%-
HSV(B)220.17º64.71%73.33%-
XYZ16.3715.0549.06-
YUV103.27175.25101.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.38%
GREEN value IS 106 (41.80% from 255) = 29.53%
BLUE value IS 187 (73.44% from 255) = 52.09%
R=18.38%
G=29.53%
B=52.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661061870.650.4300.27220.1747.8349.61
Hex426ABB412B01Bdc3032
Octal102152273101530333346062
Binary1000010110101010111011100000110101101101111011100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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