Html Css Color HEX #4942DB Free Speech Blue

📋 copy color: '#4942DB'

red 73 ◦ green 66 ◦ blue 219

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

Shades of Free Speech Blue #4942DB

Tints of Free Speech Blue #4942DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 61.17%

R = 20.39%
G = 18.44%
B = 61.17%

CMYK

 C value IS 0.67

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4942DB (or 0x4942DB) is known color: Free Speech Blue. HEX triplet: 49, 42 and DB. RGB value is (73,66,219). Sum of RGB (Red+Green+Blue) = 73+66+219=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #4942DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4942DB is #B6BD24. Grayscale: #545454. Windows color (decimal): -11975973 or 14369353. OLE color: 14369353.

HSL color Cylindrical-coordinate representation of color #4942DB: hue angle of 242.75º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4942DB is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 66 219 -
CMYK 0.67 0.70 0 0.14
HSL 242.75º 0.68% 0.56% -
HSV(B) 242.75º 0.7% 0.86% -
XYZ 17.48 10.43 68.11 -
YUV 85.54 203.32 119.06 -
System Red Green Blue C M Y K H S L
Decimal 73 66 219 0.67 0.70 0 0.14 242.75 0.68 0.56
Hex 49 42 DB 43 46 0 E F3 44 38
Octal 111 102 333 103 106 0 16 363 104 70
Binary 1001001 1000010 11011011 1000011 1000110 0 1110 11110011 1000100 111000

Color Harmonies of #4942DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4942DB

Black with #4942DB

Text Example


Text Example

White with #4942DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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