Html Css Color HEX #494EDD Free Speech Blue

📋 copy color: '#494EDD'

red 73 ◦ green 78 ◦ blue 221

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

Shades of Free Speech Blue #494EDD

Tints of Free Speech Blue #494EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.41%

R = 19.62%
G = 20.97%
B = 59.41%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#494EDD (or 0x494EDD) is known color: Free Speech Blue. HEX triplet: 49, 4E and DD. RGB value is (73,78,221). Sum of RGB (Red+Green+Blue) = 73+78+221=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #494EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494EDD is #B6B122. Grayscale: #5C5C5C. Windows color (decimal): -11972899 or 14503497. OLE color: 14503497.

HSL color Cylindrical-coordinate representation of color #494EDD: hue angle of 237.97º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #494EDD is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 78 221 -
CMYK 0.67 0.65 0 0.13
HSL 237.97º 0.69% 0.58% -
HSV(B) 237.97º 0.67% 0.87% -
XYZ 18.52 12.09 69.76 -
YUV 92.81 200.34 113.87 -
System Red Green Blue C M Y K H S L
Decimal 73 78 221 0.67 0.65 0 0.13 237.97 0.69 0.58
Hex 49 4E DD 43 41 0 D EE 45 3A
Octal 111 116 335 103 101 0 15 356 105 72
Binary 1001001 1001110 11011101 1000011 1000001 0 1101 11101110 1000101 111010

Color Harmonies of #494EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494EDD

Black with #494EDD

Text Example


Text Example

White with #494EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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