#4861B5

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

Shades of Free Speech Blue #4861B5

Tints of Free Speech Blue #4861B5

Color information

#4861B5 (or 0x4861B5) is unknown color: approx Free Speech Blue. HEX triplet: 48, 61 and B5. RGB value is (72,97,181). Sum of RGB (Red+Green+Blue) = 72+97+181=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 181 (71.09% from 255 or 51.71% from 350); Max value from RGB is 181 - color contains mainly: blue. Hex color #4861B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4861B5 is #B79E4A. Grayscale: #626262. Windows color (decimal): -12033611 or 11886920. OLE color: 11886920.

HSL color Cylindrical-coordinate representation of color #4861B5: hue angle of 226.24º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4861B5 is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7297181-
CMYK0.600.4600.29
HSL226.24º43.08%49.61%-
HSV(B)226.24º60.22%70.98%-
XYZ15.2913.2645.47-
YUV99.1174.22108.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.57%
GREEN value IS 97 (38.28% from 255) = 27.71%
BLUE value IS 181 (71.09% from 255) = 51.71%
R=20.57%
G=27.71%
B=51.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal72971810.600.4600.29226.2443.0849.61
Hex4861B53C2E01De22b32
Octal11014126574560353425362
Binary100100011000011011010111110010111001110111100010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4861B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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