#416BBB

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

Shades of Free Speech Blue #416BBB

Tints of Free Speech Blue #416BBB

Color information

#416BBB (or 0x416BBB) is unknown color: approx Free Speech Blue. HEX triplet: 41, 6B and BB. RGB value is (65,107,187). Sum of RGB (Red+Green+Blue) = 65+107+187=359 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.11% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #416BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416BBB is #BE9444. Grayscale: #676767. Windows color (decimal): -12489797 or 12282689. OLE color: 12282689.

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

Color convert

RGB65107187-
CMYK0.650.4300.27
HSL219.34º48.41%49.41%-
HSV(B)219.34º65.24%73.33%-
XYZ16.4115.2349.09-
YUV103.56175.09100.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.11%
GREEN value IS 107 (42.19% from 255) = 29.81%
BLUE value IS 187 (73.44% from 255) = 52.09%
R=18.11%
G=29.81%
B=52.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal651071870.650.4300.27219.3448.4149.41
Hex416BBB412B01Bdb3031
Octal101153273101530333336061
Binary1000001110101110111011100000110101101101111011011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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