Html Css Color HEX #494ECE Free Speech Blue

📋 copy color: '#494ECE'

red 73 ◦ green 78 ◦ blue 206

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

Shades of Free Speech Blue #494ECE

Tints of Free Speech Blue #494ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.7%

R = 20.45%
G = 21.85%
B = 57.7%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#494ECE (or 0x494ECE) is known color: Free Speech Blue. HEX triplet: 49, 4E and CE. RGB value is (73,78,206). Sum of RGB (Red+Green+Blue) = 73+78+206=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #494ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494ECE is #B6B131. Grayscale: #5A5A5A. Windows color (decimal): -11972914 or 13520457. OLE color: 13520457.

HSL color Cylindrical-coordinate representation of color #494ECE: hue angle of 237.74º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #494ECE is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 78 206 -
CMYK 0.65 0.62 0 0.19
HSL 237.74º 0.58% 0.55% -
HSV(B) 237.74º 0.65% 0.81% -
XYZ 16.61 11.32 59.7 -
YUV 91.1 192.84 115.09 -
System Red Green Blue C M Y K H S L
Decimal 73 78 206 0.65 0.62 0 0.19 237.74 0.58 0.55
Hex 49 4E CE 41 3E 0 13 EE 3A 37
Octal 111 116 316 101 76 0 23 356 72 67
Binary 1001001 1001110 11001110 1000001 111110 0 10011 11101110 111010 110111

Color Harmonies of #494ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494ECE

Black with #494ECE

Text Example


Text Example

White with #494ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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