Html Css Color HEX #494EC6 Free Speech Blue

📋 copy color: '#494EC6'

red 73 ◦ green 78 ◦ blue 198

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

Shades of Free Speech Blue #494EC6

Tints of Free Speech Blue #494EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 56.73%

R = 20.92%
G = 22.35%
B = 56.73%

CMYK

 C value IS 0.63

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#494EC6 (or 0x494EC6) is known color: Free Speech Blue. HEX triplet: 49, 4E and C6. RGB value is (73,78,198). Sum of RGB (Red+Green+Blue) = 73+78+198=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 198 (77.73% from 255 or 56.73% from 349); Max value from RGB is 198 - color contains mainly: blue. Hex color #494EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494EC6 is #B6B139. Grayscale: #595959. Windows color (decimal): -11972922 or 12996169. OLE color: 12996169.

HSL color Cylindrical-coordinate representation of color #494EC6: hue angle of 237.6º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #494EC6 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 78 198 -
CMYK 0.63 0.61 0 0.22
HSL 237.6º 0.52% 0.53% -
HSV(B) 237.6º 0.63% 0.78% -
XYZ 15.67 10.94 54.71 -
YUV 90.19 188.84 115.74 -
System Red Green Blue C M Y K H S L
Decimal 73 78 198 0.63 0.61 0 0.22 237.6 0.52 0.53
Hex 49 4E C6 3F 3D 0 16 EE 34 35
Octal 111 116 306 77 75 0 26 356 64 65
Binary 1001001 1001110 11000110 111111 111101 0 10110 11101110 110100 110101

Color Harmonies of #494EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494EC6

Black with #494EC6

Text Example


Text Example

White with #494EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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