Html Css Color HEX #4942D0 Free Speech Blue

📋 copy color: '#4942D0'

red 73 ◦ green 66 ◦ blue 208

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

Shades of Free Speech Blue #4942D0

Tints of Free Speech Blue #4942D0

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.02%

 BLUE value IS 208 (81.64% from 255) = 59.94%

R = 21.04%
G = 19.02%
B = 59.94%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4942D0 (or 0x4942D0) is known color: Free Speech Blue. HEX triplet: 49, 42 and D0. RGB value is (73,66,208). Sum of RGB (Red+Green+Blue) = 73+66+208=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 208 (81.64% from 255 or 59.94% from 347); Max value from RGB is 208 - color contains mainly: blue. Hex color #4942D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4942D0 is #B6BD2F. Grayscale: #535353. Windows color (decimal): -11975984 or 13648457. OLE color: 13648457.

HSL color Cylindrical-coordinate representation of color #4942D0: hue angle of 242.96º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4942D0 is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 66 208 -
CMYK 0.65 0.68 0 0.18
HSL 242.96º 0.6% 0.54% -
HSV(B) 242.96º 0.68% 0.82% -
XYZ 16.08 9.87 60.73 -
YUV 84.28 197.82 119.95 -
System Red Green Blue C M Y K H S L
Decimal 73 66 208 0.65 0.68 0 0.18 242.96 0.6 0.54
Hex 49 42 D0 41 44 0 12 F3 3C 36
Octal 111 102 320 101 104 0 22 363 74 66
Binary 1001001 1000010 11010000 1000001 1000100 0 10010 11110011 111100 110110

Color Harmonies of #4942D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4942D0

Black with #4942D0

Text Example


Text Example

White with #4942D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4942D0; }

 p { color: rgb(73,66,208); }

 H1.HeaderClassName
 {
   color: #4942D0;
 }
 .AnyTagClassName
 {
   color: #4942D0;
 }
</style>

background-color css

<style>
 a { background-color: #4942D0; }

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

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

border-color css

<style>
 span { border-color: #4942D0; }

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

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