#406ABA

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

Shades of Free Speech Blue #406ABA

Tints of Free Speech Blue #406ABA

Color information

#406ABA (or 0x406ABA) is unknown color: approx Free Speech Blue. HEX triplet: 40, 6A and BA. RGB value is (64,106,186). Sum of RGB (Red+Green+Blue) = 64+106+186=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #406ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406ABA is #BF9545. Grayscale: #666666. Windows color (decimal): -12555590 or 12216896. OLE color: 12216896.

HSL color Cylindrical-coordinate representation of color #406ABA: hue angle of 219.34º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #406ABA is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB64106186-
CMYK0.660.4300.27
HSL219.34º48.8%49.02%-
HSV(B)219.34º65.59%72.94%-
XYZ16.1314.9448.49-
YUV102.56175.09100.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.98%
GREEN value IS 106 (41.80% from 255) = 29.78%
BLUE value IS 186 (73.05% from 255) = 52.25%
R=17.98%
G=29.78%
B=52.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal641061860.660.4300.27219.3448.849.02
Hex406ABA422B01Bdb3131
Octal100152272102530333336161
Binary1000000110101010111010100001010101101101111011011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406ABA; }

 p { color: rgb(64,106,186); }

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

<style>
 a { background-color: #406ABA; }

 a { background-color: rgb(64,106,186); }

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

<style>
 span { border-color: #406ABA; }

 span { border-color: rgb(64,106,186); }

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