#426CBD

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

Shades of Free Speech Blue #426CBD

Tints of Free Speech Blue #426CBD

Color information

#426CBD (or 0x426CBD) is unknown color: approx Free Speech Blue. HEX triplet: 42, 6C and BD. RGB value is (66,108,189). Sum of RGB (Red+Green+Blue) = 66+108+189=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #426CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426CBD is #BD9342. Grayscale: #686868. Windows color (decimal): -12424003 or 12414018. OLE color: 12414018.

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

Color convert

RGB66108189-
CMYK0.650.4300.26
HSL219.51º48.24%50%-
HSV(B)219.51º65.08%74.12%-
XYZ16.7915.5650.26-
YUV104.68175.59100.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.18%
GREEN value IS 108 (42.58% from 255) = 29.75%
BLUE value IS 189 (74.22% from 255) = 52.07%
R=18.18%
G=29.75%
B=52.07%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal661081890.650.4300.26219.5148.2450
Hex426CBD412B01Adc3032
Octal102154275101530323346062
Binary1000010110110010111101100000110101101101011011100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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