#426bbf

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

Shades of Free Speech Blue #426BBF

Tints of Free Speech Blue #426BBF

Color information

#426BBF (or 0x426BBF) is unknown color: approx Free Speech Blue. HEX triplet: 42, 6B and BF. RGB value is (66,107,191). Sum of RGB (Red+Green+Blue) = 66+107+191=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #426BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426BBF is #BD9440. Grayscale: #676767. Windows color (decimal): -12424257 or 12544834. OLE color: 12544834.

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

Color convert

RGB66107191-
CMYK0.650.4400.25
HSL220.32º49.41%50.39%-
HSV(B)220.32º65.45%74.9%-
XYZ16.9115.4451.38-
YUV104.32176.92100.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.13%
GREEN value IS 107 (42.19% from 255) = 29.40%
BLUE value IS 191 (75% from 255) = 52.47%
R=18.13%
G=29.40%
B=52.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661071910.650.4400.25220.3249.4150.39
Hex426BBF412C019dc3132
Octal102153277101540313346162
Binary1000010110101110111111100000110110001100111011100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426bbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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