Html Css Color HEX #4946B9 Free Speech Blue

📋 copy color: '#4946B9'

red 73 ◦ green 70 ◦ blue 185

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

Shades of Free Speech Blue #4946B9

Tints of Free Speech Blue #4946B9

RGB

 RED value IS 73 (28.91% from 255) = 22.26%

 GREEN value IS 70 (27.73% from 255) = 21.34%

 BLUE value IS 185 (72.66% from 255) = 56.4%

R = 22.26%
G = 21.34%
B = 56.4%

CMYK

 C value IS 0.61

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4946B9 (or 0x4946B9) is known color: Free Speech Blue. HEX triplet: 49, 46 and B9. RGB value is (73,70,185). Sum of RGB (Red+Green+Blue) = 73+70+185=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 185 (72.66% from 255 or 56.40% from 328); Max value from RGB is 185 - color contains mainly: blue. Hex color #4946B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4946B9 is #B6B946. Grayscale: #535353. Windows color (decimal): -11974983 or 12142153. OLE color: 12142153.

HSL color Cylindrical-coordinate representation of color #4946B9: hue angle of 241.57º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4946B9 is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 70 185 -
CMYK 0.61 0.62 0 0.27
HSL 241.57º 0.45% 0.5% -
HSV(B) 241.57º 0.62% 0.73% -
XYZ 13.69 9.3 46.97 -
YUV 84.01 184.99 120.15 -
System Red Green Blue C M Y K H S L
Decimal 73 70 185 0.61 0.62 0 0.27 241.57 0.45 0.5
Hex 49 46 B9 3D 3E 0 1B F2 2D 32
Octal 111 106 271 75 76 0 33 362 55 62
Binary 1001001 1000110 10111001 111101 111110 0 11011 11110010 101101 110010

Color Harmonies of #4946B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4946B9

Black with #4946B9

Text Example


Text Example

White with #4946B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4946B9;
 }
 .AnyTagClassName
 {
   color: #4946B9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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