#4167BD

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

Shades of Free Speech Blue #4167BD

Tints of Free Speech Blue #4167BD

Color information

#4167BD (or 0x4167BD) is unknown color: approx Free Speech Blue. HEX triplet: 41, 67 and BD. RGB value is (65,103,189). Sum of RGB (Red+Green+Blue) = 65+103+189=357 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.21% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #4167BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4167BD is #BE9842. Grayscale: #656565. Windows color (decimal): -12490819 or 12412737. OLE color: 12412737.

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

Color convert

RGB65103189-
CMYK0.660.4600.26
HSL221.61º48.82%49.8%-
HSV(B)221.61º65.61%74.12%-
XYZ16.2214.550.09-
YUV101.44177.41102.01-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.21%
GREEN value IS 103 (40.62% from 255) = 28.85%
BLUE value IS 189 (74.22% from 255) = 52.94%
R=18.21%
G=28.85%
B=52.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal651031890.660.4600.26221.6148.8249.8
Hex4167BD422E01Ade3132
Octal101147275102560323366162
Binary1000001110011110111101100001010111001101011011110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4167BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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