#4861B8

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

Shades of Free Speech Blue #4861B8

Tints of Free Speech Blue #4861B8

Color information

#4861B8 (or 0x4861B8) is unknown color: approx Free Speech Blue. HEX triplet: 48, 61 and B8. RGB value is (72,97,184). Sum of RGB (Red+Green+Blue) = 72+97+184=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 184 (72.27% from 255 or 52.12% from 353); Max value from RGB is 184 - color contains mainly: blue. Hex color #4861B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4861B8 is #B79E47. Grayscale: #636363. Windows color (decimal): -12033608 or 12083528. OLE color: 12083528.

HSL color Cylindrical-coordinate representation of color #4861B8: hue angle of 226.61º 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 #4861B8 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7297184-
CMYK0.610.4700.28
HSL226.61º44.09%50.2%-
HSV(B)226.61º60.87%72.16%-
XYZ15.613.3947.11-
YUV99.44175.72108.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.40%
GREEN value IS 97 (38.28% from 255) = 27.48%
BLUE value IS 184 (72.27% from 255) = 52.12%
R=20.40%
G=27.48%
B=52.12%

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
Decimal72971840.610.4700.28226.6144.0950.2
Hex4861B83D2F01Ce32c32
Octal11014127075570343435462
Binary100100011000011011100011110110111101110011100011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4861B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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