#4850BD

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

Shades of Free Speech Blue #4850BD

Tints of Free Speech Blue #4850BD

Color information

#4850BD (or 0x4850BD) is unknown color: approx Free Speech Blue. HEX triplet: 48, 50 and BD. RGB value is (72,80,189). Sum of RGB (Red+Green+Blue) = 72+80+189=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 189 (74.22% from 255 or 55.43% from 341); Max value from RGB is 189 - color contains mainly: blue. Hex color #4850BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4850BD is #B7AF42. Grayscale: #595959. Windows color (decimal): -12037955 or 12406856. OLE color: 12406856.

HSL color Cylindrical-coordinate representation of color #4850BD: hue angle of 235.9º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4850BD is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7280189-
CMYK0.620.5800.26
HSL235.9º46.99%51.18%-
HSV(B)235.9º61.9%74.12%-
XYZ14.7310.7949.45-
YUV90.03183.85115.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.11%
GREEN value IS 80 (31.64% from 255) = 23.46%
BLUE value IS 189 (74.22% from 255) = 55.43%
R=21.11%
G=23.46%
B=55.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal72801890.620.5800.26235.946.9951.18
Hex4850BD3E3A01Aec2f33
Octal11012027576720323545763
Binary100100010100001011110111111011101001101011101100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4850BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4850BD; }

 p { color: rgb(72,80,189); }

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

<style>
 a { background-color: #4850BD; }

 a { background-color: rgb(72,80,189); }

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

<style>
 span { border-color: #4850BD; }

 span { border-color: rgb(72,80,189); }

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