#4861B7

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

Shades of Free Speech Blue #4861B7

Tints of Free Speech Blue #4861B7

Color information

#4861B7 (or 0x4861B7) is unknown color: approx Free Speech Blue. HEX triplet: 48, 61 and B7. RGB value is (72,97,183). Sum of RGB (Red+Green+Blue) = 72+97+183=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 183 (71.88% from 255 or 51.99% from 352); Max value from RGB is 183 - color contains mainly: blue. Hex color #4861B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4861B7 is #B79E48. Grayscale: #626262. Windows color (decimal): -12033609 or 12017992. OLE color: 12017992.

HSL color Cylindrical-coordinate representation of color #4861B7: hue angle of 226.49º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4861B7 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7297183-
CMYK0.610.4700.28
HSL226.49º43.53%50%-
HSV(B)226.49º60.66%71.76%-
XYZ15.4913.3546.56-
YUV99.33175.22108.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.45%
GREEN value IS 97 (38.28% from 255) = 27.56%
BLUE value IS 183 (71.88% from 255) = 51.99%
R=20.45%
G=27.56%
B=51.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal72971830.610.4700.28226.4943.5350
Hex4861B73D2F01Ce22c32
Octal11014126775570343425462
Binary100100011000011011011111110110111101110011100010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4861B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4861B7; }

 p { color: rgb(72,97,183); }

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

<style>
 a { background-color: #4861B7; }

 a { background-color: rgb(72,97,183); }

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

<style>
 span { border-color: #4861B7; }

 span { border-color: rgb(72,97,183); }

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