#4851BB

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

Shades of Free Speech Blue #4851BB

Tints of Free Speech Blue #4851BB

Color information

#4851BB (or 0x4851BB) is unknown color: approx Free Speech Blue. HEX triplet: 48, 51 and BB. RGB value is (72,81,187). Sum of RGB (Red+Green+Blue) = 72+81+187=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 187 (73.44% from 255 or 55% from 340); Max value from RGB is 187 - color contains mainly: blue. Hex color #4851BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4851BB is #B7AE44. Grayscale: #595959. Windows color (decimal): -12037701 or 12276040. OLE color: 12276040.

HSL color Cylindrical-coordinate representation of color #4851BB: hue angle of 235.3º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4851BB is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7281187-
CMYK0.610.5700.27
HSL235.3º45.82%50.78%-
HSV(B)235.3º61.5%73.33%-
XYZ14.5810.8548.34-
YUV90.39182.52114.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.18%
GREEN value IS 81 (32.03% from 255) = 23.82%
BLUE value IS 187 (73.44% from 255) = 55%
R=21.18%
G=23.82%
B=55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal72811870.610.5700.27235.345.8250.78
Hex4851BB3D3901Beb2e33
Octal11012127375710333535663
Binary100100010100011011101111110111100101101111101011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4851BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4851BB; }

 p { color: rgb(72,81,187); }

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

<style>
 a { background-color: #4851BB; }

 a { background-color: rgb(72,81,187); }

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

<style>
 span { border-color: #4851BB; }

 span { border-color: rgb(72,81,187); }

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