#4943D0

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

Shades of Free Speech Blue #4943D0

Tints of Free Speech Blue #4943D0

Color information

#4943D0 (or 0x4943D0) is unknown color: approx Free Speech Blue. HEX triplet: 49, 43 and D0. RGB value is (73,67,208). Sum of RGB (Red+Green+Blue) = 73+67+208=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 208 (81.64% from 255 or 59.77% from 348); Max value from RGB is 208 - color contains mainly: blue. Hex color #4943D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4943D0 is #B6BC2F. Grayscale: #545454. Windows color (decimal): -11975728 or 13648713. OLE color: 13648713.

HSL color Cylindrical-coordinate representation of color #4943D0: hue angle of 242.55º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4943D0 is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7367208-
CMYK0.650.6800.18
HSL242.55º60%53.92%-
HSV(B)242.55º67.79%81.57%-
XYZ16.149.9860.75-
YUV84.87197.49119.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.98%
GREEN value IS 67 (26.56% from 255) = 19.25%
BLUE value IS 208 (81.64% from 255) = 59.77%
R=20.98%
G=19.25%
B=59.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal73672080.650.6800.18242.556053.92
Hex4943D04144012f33c36
Octal1111033201011040223637466
Binary10010011000011110100001000001100010001001011110011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4943D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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