#4753BF

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

Shades of Free Speech Blue #4753BF

Tints of Free Speech Blue #4753BF

Color information

#4753BF (or 0x4753BF) is unknown color: approx Free Speech Blue. HEX triplet: 47, 53 and BF. RGB value is (71,83,191). Sum of RGB (Red+Green+Blue) = 71+83+191=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #4753BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4753BF is #B8AC40. Grayscale: #5B5B5B. Windows color (decimal): -12102721 or 12538695. OLE color: 12538695.

HSL color Cylindrical-coordinate representation of color #4753BF: hue angle of 234º degrees, saturation: 0.48, 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 #4753BF is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7183191-
CMYK0.630.5700.25
HSL234º48.39%51.37%-
HSV(B)234º62.83%74.9%-
XYZ15.111.2950.67-
YUV91.72184.02113.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.58%
GREEN value IS 83 (32.81% from 255) = 24.06%
BLUE value IS 191 (75% from 255) = 55.36%
R=20.58%
G=24.06%
B=55.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71831910.630.5700.2523448.3951.37
Hex4753BF3F39019ea3033
Octal10712327777710313526063
Binary100011110100111011111111111111100101100111101010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4753BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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