#4746BF

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

Shades of Free Speech Blue #4746BF

Tints of Free Speech Blue #4746BF

Color information

#4746BF (or 0x4746BF) is unknown color: approx Free Speech Blue. HEX triplet: 47, 46 and BF. RGB value is (71,70,191). Sum of RGB (Red+Green+Blue) = 71+70+191=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #4746BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4746BF is #B8B940. Grayscale: #535353. Windows color (decimal): -12106049 or 12535367. OLE color: 12535367.

HSL color Cylindrical-coordinate representation of color #4746BF: hue angle of 240.5º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4746BF is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7170191-
CMYK0.630.6300.25
HSL240.5º48.59%51.18%-
HSV(B)240.5º63.35%74.9%-
XYZ14.199.4850.37-
YUV84.09188.33118.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.39%
GREEN value IS 70 (27.73% from 255) = 21.08%
BLUE value IS 191 (75% from 255) = 57.53%
R=21.39%
G=21.08%
B=57.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71701910.630.6300.25240.548.5951.18
Hex4746BF3F3F019f03133
Octal10710627777770313606163
Binary100011110001101011111111111111111101100111110000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4746BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4746BF; }

 p { color: rgb(71,70,191); }

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

<style>
 a { background-color: #4746BF; }

 a { background-color: rgb(71,70,191); }

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

<style>
 span { border-color: #4746BF; }

 span { border-color: rgb(71,70,191); }

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