#4946CA

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

Shades of Free Speech Blue #4946CA

Tints of Free Speech Blue #4946CA

Color information

#4946CA (or 0x4946CA) is unknown color: approx Free Speech Blue. HEX triplet: 49, 46 and CA. RGB value is (73,70,202). Sum of RGB (Red+Green+Blue) = 73+70+202=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #4946CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4946CA is #B6B935. Grayscale: #555555. Windows color (decimal): -11974966 or 13256265. OLE color: 13256265.

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

Color convert

RGB7370202-
CMYK0.640.6500.21
HSL241.36º55.46%53.33%-
HSV(B)241.36º65.35%79.22%-
XYZ15.610.0657-
YUV85.94193.49118.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.16%
GREEN value IS 70 (27.73% from 255) = 20.29%
BLUE value IS 202 (79.30% from 255) = 58.55%
R=21.16%
G=20.29%
B=58.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal73702020.640.6500.21241.3655.4653.33
Hex4946CA4041015f13735
Octal1111063121001010253616765
Binary10010011000110110010101000000100000101010111110001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4946CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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