#4164BD

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

Shades of Free Speech Blue #4164BD

Tints of Free Speech Blue #4164BD

Color information

#4164BD (or 0x4164BD) is unknown color: approx Free Speech Blue. HEX triplet: 41, 64 and BD. RGB value is (65,100,189). Sum of RGB (Red+Green+Blue) = 65+100+189=354 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.36% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #4164BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4164BD is #BE9B42. Grayscale: #636363. Windows color (decimal): -12491587 or 12411969. OLE color: 12411969.

HSL color Cylindrical-coordinate representation of color #4164BD: hue angle of 223.06º 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 #4164BD is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB65100189-
CMYK0.660.4700.26
HSL223.06º48.82%49.8%-
HSV(B)223.06º65.61%74.12%-
XYZ15.9213.9149.99-
YUV99.68178.4103.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.36%
GREEN value IS 100 (39.45% from 255) = 28.25%
BLUE value IS 189 (74.22% from 255) = 53.39%
R=18.36%
G=28.25%
B=53.39%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal651001890.660.4700.26223.0648.8249.8
Hex4164BD422F01Adf3132
Octal101144275102570323376162
Binary1000001110010010111101100001010111101101011011111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4164BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4164BD; }

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

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

<style>
 a { background-color: #4164BD; }

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

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

<style>
 span { border-color: #4164BD; }

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

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