Html Css Color HEX #494EDC Free Speech Blue

📋 copy color: '#494EDC'

red 73 ◦ green 78 ◦ blue 220

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

Shades of Free Speech Blue #494EDC

Tints of Free Speech Blue #494EDC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.02%

 BLUE value IS 220 (86.33% from 255) = 59.3%

R = 19.68%
G = 21.02%
B = 59.3%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#494EDC (or 0x494EDC) is known color: Free Speech Blue. HEX triplet: 49, 4E and DC. RGB value is (73,78,220). Sum of RGB (Red+Green+Blue) = 73+78+220=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #494EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494EDC is #B6B123. Grayscale: #5C5C5C. Windows color (decimal): -11972900 or 14437961. OLE color: 14437961.

HSL color Cylindrical-coordinate representation of color #494EDC: hue angle of 237.96º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #494EDC is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 78 220 -
CMYK 0.67 0.65 0 0.14
HSL 237.96º 0.68% 0.57% -
HSV(B) 237.96º 0.67% 0.86% -
XYZ 18.39 12.03 69.06 -
YUV 92.69 199.84 113.95 -
System Red Green Blue C M Y K H S L
Decimal 73 78 220 0.67 0.65 0 0.14 237.96 0.68 0.57
Hex 49 4E DC 43 41 0 E EE 44 39
Octal 111 116 334 103 101 0 16 356 104 71
Binary 1001001 1001110 11011100 1000011 1000001 0 1110 11101110 1000100 111001

Color Harmonies of #494EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494EDC

Black with #494EDC

Text Example


Text Example

White with #494EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494EDC; }

 p { color: rgb(73,78,220); }

 H1.HeaderClassName
 {
   color: #494EDC;
 }
 .AnyTagClassName
 {
   color: #494EDC;
 }
</style>

background-color css

<style>
 a { background-color: #494EDC; }

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

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

border-color css

<style>
 span { border-color: #494EDC; }

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

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