Html Css Color HEX #4949CD Free Speech Blue

📋 copy color: '#4949CD'

red 73 ◦ green 73 ◦ blue 205

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

Shades of Free Speech Blue #4949CD

Tints of Free Speech Blue #4949CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.4%

R = 20.8%
G = 20.8%
B = 58.4%

CMYK

 C value IS 0.64

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4949CD (or 0x4949CD) is known color: Free Speech Blue. HEX triplet: 49, 49 and CD. RGB value is (73,73,205). Sum of RGB (Red+Green+Blue) = 73+73+205=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #4949CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4949CD is #B6B632. Grayscale: #575757. Windows color (decimal): -11974195 or 13453641. OLE color: 13453641.

HSL color Cylindrical-coordinate representation of color #4949CD: hue angle of 240º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4949CD is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 73 205 -
CMYK 0.64 0.64 0 0.20
HSL 240º 0.57% 0.55% -
HSV(B) 240º 0.64% 0.8% -
XYZ 16.15 10.59 58.95 -
YUV 88.05 194 117.27 -
System Red Green Blue C M Y K H S L
Decimal 73 73 205 0.64 0.64 0 0.20 240 0.57 0.55
Hex 49 49 CD 40 40 0 14 F0 39 37
Octal 111 111 315 100 100 0 24 360 71 67
Binary 1001001 1001001 11001101 1000000 1000000 0 10100 11110000 111001 110111

Color Harmonies of #4949CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4949CD

Black with #4949CD

Text Example


Text Example

White with #4949CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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