#4850BF

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

Shades of Free Speech Blue #4850BF

Tints of Free Speech Blue #4850BF

Color information

#4850BF (or 0x4850BF) is unknown color: approx Free Speech Blue. HEX triplet: 48, 50 and BF. RGB value is (72,80,191). Sum of RGB (Red+Green+Blue) = 72+80+191=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 191 (75% from 255 or 55.69% from 343); Max value from RGB is 191 - color contains mainly: blue. Hex color #4850BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4850BF is #B7AF40. Grayscale: #595959. Windows color (decimal): -12037953 or 12537928. OLE color: 12537928.

HSL color Cylindrical-coordinate representation of color #4850BF: hue angle of 235.97º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4850BF is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7280191-
CMYK0.620.5800.25
HSL235.97º48.18%51.57%-
HSV(B)235.97º62.3%74.9%-
XYZ14.9510.8850.6-
YUV90.26184.85114.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.99%
GREEN value IS 80 (31.64% from 255) = 23.32%
BLUE value IS 191 (75% from 255) = 55.69%
R=20.99%
G=23.32%
B=55.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72801910.620.5800.25235.9748.1851.57
Hex4850BF3E3A019ec3034
Octal11012027776720313546064
Binary100100010100001011111111111011101001100111101100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4850BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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