Html Css Color HEX #494ED7 Free Speech Blue

📋 copy color: '#494ED7'

red 73 ◦ green 78 ◦ blue 215

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

Shades of Free Speech Blue #494ED7

Tints of Free Speech Blue #494ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 58.74%

R = 19.95%
G = 21.31%
B = 58.74%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#494ED7 (or 0x494ED7) is known color: Free Speech Blue. HEX triplet: 49, 4E and D7. RGB value is (73,78,215). Sum of RGB (Red+Green+Blue) = 73+78+215=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 215 (84.38% from 255 or 58.74% from 366); Max value from RGB is 215 - color contains mainly: blue. Hex color #494ED7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494ED7 is #B6B128. Grayscale: #5B5B5B. Windows color (decimal): -11972905 or 14110281. OLE color: 14110281.

HSL color Cylindrical-coordinate representation of color #494ED7: hue angle of 237.89º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #494ED7 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 78 215 -
CMYK 0.66 0.64 0 0.16
HSL 237.89º 0.64% 0.56% -
HSV(B) 237.89º 0.66% 0.84% -
XYZ 17.74 11.77 65.63 -
YUV 92.12 197.34 114.36 -
System Red Green Blue C M Y K H S L
Decimal 73 78 215 0.66 0.64 0 0.16 237.89 0.64 0.56
Hex 49 4E D7 42 40 0 10 EE 40 38
Octal 111 116 327 102 100 0 20 356 100 70
Binary 1001001 1001110 11010111 1000010 1000000 0 10000 11101110 1000000 111000

Color Harmonies of #494ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494ED7

Black with #494ED7

Text Example


Text Example

White with #494ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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