Html Css Color HEX #494ECD Free Speech Blue

📋 copy color: '#494ECD'

red 73 ◦ green 78 ◦ blue 205

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

Shades of Free Speech Blue #494ECD

Tints of Free Speech Blue #494ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 57.58%

R = 20.51%
G = 21.91%
B = 57.58%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#494ECD (or 0x494ECD) is known color: Free Speech Blue. HEX triplet: 49, 4E and CD. RGB value is (73,78,205). Sum of RGB (Red+Green+Blue) = 73+78+205=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #494ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494ECD is #B6B132. Grayscale: #5A5A5A. Windows color (decimal): -11972915 or 13454921. OLE color: 13454921.

HSL color Cylindrical-coordinate representation of color #494ECD: hue angle of 237.73º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #494ECD is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 78 205 -
CMYK 0.64 0.62 0 0.20
HSL 237.73º 0.57% 0.55% -
HSV(B) 237.73º 0.64% 0.8% -
XYZ 16.49 11.27 59.06 -
YUV 90.98 192.34 115.17 -
System Red Green Blue C M Y K H S L
Decimal 73 78 205 0.64 0.62 0 0.20 237.73 0.57 0.55
Hex 49 4E CD 40 3E 0 14 EE 39 37
Octal 111 116 315 100 76 0 24 356 71 67
Binary 1001001 1001110 11001101 1000000 111110 0 10100 11101110 111001 110111

Color Harmonies of #494ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494ECD

Black with #494ECD

Text Example


Text Example

White with #494ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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