Html Css Color HEX #494ED2 Free Speech Blue

📋 copy color: '#494ED2'

red 73 ◦ green 78 ◦ blue 210

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

Shades of Free Speech Blue #494ED2

Tints of Free Speech Blue #494ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 58.17%

R = 20.22%
G = 21.61%
B = 58.17%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#494ED2 (or 0x494ED2) is known color: Free Speech Blue. HEX triplet: 49, 4E and D2. RGB value is (73,78,210). Sum of RGB (Red+Green+Blue) = 73+78+210=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 210 (82.42% from 255 or 58.17% from 361); Max value from RGB is 210 - color contains mainly: blue. Hex color #494ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494ED2 is #B6B12D. Grayscale: #5B5B5B. Windows color (decimal): -11972910 or 13782601. OLE color: 13782601.

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

Color convert

RGB 73 78 210 -
CMYK 0.65 0.63 0 0.18
HSL 237.81º 0.6% 0.55% -
HSV(B) 237.81º 0.65% 0.82% -
XYZ 17.1 11.52 62.29 -
YUV 91.55 194.84 114.77 -
System Red Green Blue C M Y K H S L
Decimal 73 78 210 0.65 0.63 0 0.18 237.81 0.6 0.55
Hex 49 4E D2 41 3F 0 12 EE 3C 37
Octal 111 116 322 101 77 0 22 356 74 67
Binary 1001001 1001110 11010010 1000001 111111 0 10010 11101110 111100 110111

Color Harmonies of #494ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494ED2

Black with #494ED2

Text Example


Text Example

White with #494ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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