#4761BF

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

Shades of Free Speech Blue #4761BF

Tints of Free Speech Blue #4761BF

Color information

#4761BF (or 0x4761BF) is unknown color: approx Free Speech Blue. HEX triplet: 47, 61 and BF. RGB value is (71,97,191). Sum of RGB (Red+Green+Blue) = 71+97+191=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #4761BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4761BF is #B89E40. Grayscale: #636363. Windows color (decimal): -12099137 or 12542279. OLE color: 12542279.

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

Color convert

RGB7197191-
CMYK0.630.4900.25
HSL227º48.39%51.37%-
HSV(B)227º62.83%74.9%-
XYZ16.2813.6551.07-
YUV99.94179.39107.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.78%
GREEN value IS 97 (38.28% from 255) = 27.02%
BLUE value IS 191 (75% from 255) = 53.20%
R=19.78%
G=27.02%
B=53.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71971910.630.4900.2522748.3951.37
Hex4761BF3F31019e33033
Octal10714127777610313436063
Binary100011111000011011111111111111000101100111100011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4761BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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