#416BBD

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

Shades of Free Speech Blue #416BBD

Tints of Free Speech Blue #416BBD

Color information

#416BBD (or 0x416BBD) is unknown color: approx Free Speech Blue. HEX triplet: 41, 6B and BD. RGB value is (65,107,189). Sum of RGB (Red+Green+Blue) = 65+107+189=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #416BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416BBD is #BE9442. Grayscale: #676767. Windows color (decimal): -12489795 or 12413761. OLE color: 12413761.

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

Color convert

RGB65107189-
CMYK0.660.4300.26
HSL219.68º48.82%49.8%-
HSV(B)219.68º65.61%74.12%-
XYZ16.6215.3150.22-
YUV103.79176.09100.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.01%
GREEN value IS 107 (42.19% from 255) = 29.64%
BLUE value IS 189 (74.22% from 255) = 52.35%
R=18.01%
G=29.64%
B=52.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal651071890.660.4300.26219.6848.8249.8
Hex416BBD422B01Adc3132
Octal101153275102530323346162
Binary1000001110101110111101100001010101101101011011100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416BBD; }

 p { color: rgb(65,107,189); }

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

<style>
 a { background-color: #416BBD; }

 a { background-color: rgb(65,107,189); }

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

<style>
 span { border-color: #416BBD; }

 span { border-color: rgb(65,107,189); }

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