Html Css Color HEX #4949DD Free Speech Blue

📋 copy color: '#4949DD'

red 73 ◦ green 73 ◦ blue 221

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

Shades of Free Speech Blue #4949DD

Tints of Free Speech Blue #4949DD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.89%

 BLUE value IS 221 (86.72% from 255) = 60.22%

R = 19.89%
G = 19.89%
B = 60.22%

CMYK

 C value IS 0.67

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4949DD (or 0x4949DD) is known color: Free Speech Blue. HEX triplet: 49, 49 and DD. RGB value is (73,73,221). Sum of RGB (Red+Green+Blue) = 73+73+221=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #4949DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4949DD is #B6B622. Grayscale: #595959. Windows color (decimal): -11974179 or 14502217. OLE color: 14502217.

HSL color Cylindrical-coordinate representation of color #4949DD: hue angle of 240º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4949DD is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 73 221 -
CMYK 0.67 0.67 0 0.13
HSL 240º 0.69% 0.58% -
HSV(B) 240º 0.67% 0.87% -
XYZ 18.18 11.4 69.65 -
YUV 89.87 202 115.97 -
System Red Green Blue C M Y K H S L
Decimal 73 73 221 0.67 0.67 0 0.13 240 0.69 0.58
Hex 49 49 DD 43 43 0 D F0 45 3A
Octal 111 111 335 103 103 0 15 360 105 72
Binary 1001001 1001001 11011101 1000011 1000011 0 1101 11110000 1000101 111010

Color Harmonies of #4949DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4949DD

Black with #4949DD

Text Example


Text Example

White with #4949DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4949DD; }

 p { color: rgb(73,73,221); }

 H1.HeaderClassName
 {
   color: #4949DD;
 }
 .AnyTagClassName
 {
   color: #4949DD;
 }
</style>

background-color css

<style>
 a { background-color: #4949DD; }

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

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

border-color css

<style>
 span { border-color: #4949DD; }

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

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