Html Css Color HEX #4946CA Free Speech Blue

📋 copy color: '#4946CA'

red 73 ◦ green 70 ◦ blue 202

#4946CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #4946CA

Tints of Free Speech Blue #4946CA

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.3% from 255) = 58.55%

R = 21.16%
G = 20.29%
B = 58.55%

CMYK

 C value IS 0.64

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4946CA (or 0x4946CA) is known color: 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

RGB 73 70 202 -
CMYK 0.64 0.65 0 0.21
HSL 241.36º 0.55% 0.53% -
HSV(B) 241.36º 0.65% 0.79% -
XYZ 15.6 10.06 57 -
YUV 85.95 193.49 118.77 -
System Red Green Blue C M Y K H S L
Decimal 73 70 202 0.64 0.65 0 0.21 241.36 0.55 0.53
Hex 49 46 CA 40 41 0 15 F1 37 35
Octal 111 106 312 100 101 0 25 361 67 65
Binary 1001001 1000110 11001010 1000000 1000001 0 10101 11110001 110111 110101

Color Harmonies of #4946CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4946CA

Black with #4946CA

Text Example


Text Example

White with #4946CA

Text Example


Text Example

HTML Codes & Css Web 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>