#4943BE

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

Shades of Free Speech Blue #4943BE

Tints of Free Speech Blue #4943BE

Color information

#4943BE (or 0x4943BE) is unknown color: approx Free Speech Blue. HEX triplet: 49, 43 and BE. RGB value is (73,67,190). Sum of RGB (Red+Green+Blue) = 73+67+190=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 190 (74.61% from 255 or 57.58% from 330); Max value from RGB is 190 - color contains mainly: blue. Hex color #4943BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4943BE is #B6BC41. Grayscale: #525252. Windows color (decimal): -11975746 or 12469065. OLE color: 12469065.

HSL color Cylindrical-coordinate representation of color #4943BE: hue angle of 242.93º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4943BE is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7367190-
CMYK0.620.6500.25
HSL242.93º48.62%50.39%-
HSV(B)242.93º64.74%74.51%-
XYZ14.059.1549.74-
YUV82.82188.49121-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.12%
GREEN value IS 67 (26.56% from 255) = 20.30%
BLUE value IS 190 (74.61% from 255) = 57.58%
R=22.12%
G=20.30%
B=57.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal73671900.620.6500.25242.9348.6250.39
Hex4943BE3E41019f33132
Octal111103276761010313636162
Binary1001001100001110111110111110100000101100111110011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4943BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4943BE; }

 p { color: rgb(73,67,190); }

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

<style>
 a { background-color: #4943BE; }

 a { background-color: rgb(73,67,190); }

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

<style>
 span { border-color: #4943BE; }

 span { border-color: rgb(73,67,190); }

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