Html Css Color HEX #494ED4 Free Speech Blue

📋 copy color: '#494ED4'

red 73 ◦ green 78 ◦ blue 212

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

Shades of Free Speech Blue #494ED4

Tints of Free Speech Blue #494ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 58.4%

R = 20.11%
G = 21.49%
B = 58.4%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#494ED4 (or 0x494ED4) is known color: Free Speech Blue. HEX triplet: 49, 4E and D4. RGB value is (73,78,212). Sum of RGB (Red+Green+Blue) = 73+78+212=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 212 (83.20% from 255 or 58.40% from 363); Max value from RGB is 212 - color contains mainly: blue. Hex color #494ED4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494ED4 is #B6B12B. Grayscale: #5B5B5B. Windows color (decimal): -11972908 or 13913673. OLE color: 13913673.

HSL color Cylindrical-coordinate representation of color #494ED4: hue angle of 237.84º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #494ED4 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 73 78 212 -
CMYK 0.66 0.63 0 0.17
HSL 237.84º 0.62% 0.56% -
HSV(B) 237.84º 0.66% 0.83% -
XYZ 17.36 11.62 63.62 -
YUV 91.78 195.84 114.6 -
System Red Green Blue C M Y K H S L
Decimal 73 78 212 0.66 0.63 0 0.17 237.84 0.62 0.56
Hex 49 4E D4 42 3F 0 11 EE 3E 38
Octal 111 116 324 102 77 0 21 356 76 70
Binary 1001001 1001110 11010100 1000010 111111 0 10001 11101110 111110 111000

Color Harmonies of #494ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494ED4

Black with #494ED4

Text Example


Text Example

White with #494ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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