#4943CA

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

Shades of Free Speech Blue #4943CA

Tints of Free Speech Blue #4943CA

Color information

#4943CA (or 0x4943CA) is unknown color: approx Free Speech Blue. HEX triplet: 49, 43 and CA. RGB value is (73,67,202). Sum of RGB (Red+Green+Blue) = 73+67+202=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 202 (79.30% from 255 or 59.06% from 342); Max value from RGB is 202 - color contains mainly: blue. Hex color #4943CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4943CA is #B6BC35. Grayscale: #535353. Windows color (decimal): -11975734 or 13255497. OLE color: 13255497.

HSL color Cylindrical-coordinate representation of color #4943CA: hue angle of 242.67º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4943CA is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7367202-
CMYK0.640.6700.21
HSL242.67º56.02%52.75%-
HSV(B)242.67º66.83%79.22%-
XYZ15.429.756.94-
YUV84.18194.49120.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.35%
GREEN value IS 67 (26.56% from 255) = 19.59%
BLUE value IS 202 (79.30% from 255) = 59.06%
R=21.35%
G=19.59%
B=59.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal73672020.640.6700.21242.6756.0252.75
Hex4943CA4043015f33835
Octal1111033121001030253637065
Binary10010011000011110010101000000100001101010111110011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4943CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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