#426BC4

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

Shades of Free Speech Blue #426BC4

Tints of Free Speech Blue #426BC4

Color information

#426BC4 (or 0x426BC4) is unknown color: approx Free Speech Blue. HEX triplet: 42, 6B and C4. RGB value is (66,107,196). Sum of RGB (Red+Green+Blue) = 66+107+196=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 196 (76.95% from 255 or 53.12% from 369); Max value from RGB is 196 - color contains mainly: blue. Hex color #426BC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426BC4 is #BD943B. Grayscale: #686868. Windows color (decimal): -12424252 or 12872514. OLE color: 12872514.

HSL color Cylindrical-coordinate representation of color #426BC4: hue angle of 221.08º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #426BC4 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB66107196-
CMYK0.660.4500.23
HSL221.08º52.42%51.37%-
HSV(B)221.08º66.33%76.86%-
XYZ17.4715.6654.33-
YUV104.89179.42100.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.89%
GREEN value IS 107 (42.19% from 255) = 29.00%
BLUE value IS 196 (76.95% from 255) = 53.12%
R=17.89%
G=29.00%
B=53.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal661071960.660.4500.23221.0852.4251.37
Hex426BC4422D017dd3433
Octal102153304102550273356463
Binary1000010110101111000100100001010110101011111011101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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