#4751C1

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

Shades of Free Speech Blue #4751C1

Tints of Free Speech Blue #4751C1

Color information

#4751C1 (or 0x4751C1) is unknown color: approx Free Speech Blue. HEX triplet: 47, 51 and C1. RGB value is (71,81,193). Sum of RGB (Red+Green+Blue) = 71+81+193=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 193 (75.78% from 255 or 55.94% from 345); Max value from RGB is 193 - color contains mainly: blue. Hex color #4751C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4751C1 is #B8AE3E. Grayscale: #5A5A5A. Windows color (decimal): -12103231 or 12669255. OLE color: 12669255.

HSL color Cylindrical-coordinate representation of color #4751C1: hue angle of 235.08º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4751C1 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7181193-
CMYK0.630.5800.24
HSL235.08º49.59%51.76%-
HSV(B)235.08º63.21%75.69%-
XYZ15.1711.0751.79-
YUV90.78185.69113.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.58%
GREEN value IS 81 (32.03% from 255) = 23.48%
BLUE value IS 193 (75.78% from 255) = 55.94%
R=20.58%
G=23.48%
B=55.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal71811930.630.5800.24235.0849.5951.76
Hex4751C13F3A018eb3234
Octal10712130177720303536264
Binary100011110100011100000111111111101001100011101011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4751C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4751C1; }

 p { color: rgb(71,81,193); }

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

<style>
 a { background-color: #4751C1; }

 a { background-color: rgb(71,81,193); }

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

<style>
 span { border-color: #4751C1; }

 span { border-color: rgb(71,81,193); }

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