#426AC5

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

Shades of Free Speech Blue #426AC5

Tints of Free Speech Blue #426AC5

Color information

#426AC5 (or 0x426AC5) is unknown color: approx Free Speech Blue. HEX triplet: 42, 6A and C5. RGB value is (66,106,197). Sum of RGB (Red+Green+Blue) = 66+106+197=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 197 (77.34% from 255 or 53.39% from 369); Max value from RGB is 197 - color contains mainly: blue. Hex color #426AC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426AC5 is #BD953A. Grayscale: #686868. Windows color (decimal): -12424507 or 12937794. OLE color: 12937794.

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

Color convert

RGB66106197-
CMYK0.660.4600.23
HSL221.68º53.04%51.57%-
HSV(B)221.68º66.5%77.25%-
XYZ17.4815.554.89-
YUV104.41180.25100.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.89%
GREEN value IS 106 (41.80% from 255) = 28.73%
BLUE value IS 197 (77.34% from 255) = 53.39%
R=17.89%
G=28.73%
B=53.39%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal661061970.660.4600.23221.6853.0451.57
Hex426AC5422E017de3534
Octal102152305102560273366564
Binary1000010110101011000101100001010111001011111011110110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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