Html Css Color HEX #494DDD Free Speech Blue

📋 copy color: '#494DDD'

red 73 ◦ green 77 ◦ blue 221

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

Shades of Free Speech Blue #494DDD

Tints of Free Speech Blue #494DDD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.75%

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

R = 19.68%
G = 20.75%
B = 59.57%

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

#494DDD (or 0x494DDD) is known color: Free Speech Blue. HEX triplet: 49, 4D and DD. RGB value is (73,77,221). Sum of RGB (Red+Green+Blue) = 73+77+221=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #494DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494DDD is #B6B222. Grayscale: #5B5B5B. Windows color (decimal): -11973155 or 14503241. OLE color: 14503241.

HSL color Cylindrical-coordinate representation of color #494DDD: hue angle of 238.38º 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 #494DDD is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 77 221 -
CMYK 0.67 0.65 0 0.13
HSL 238.38º 0.69% 0.58% -
HSV(B) 238.38º 0.67% 0.87% -
XYZ 18.45 11.94 69.74 -
YUV 92.22 200.67 114.29 -
System Red Green Blue C M Y K H S L
Decimal 73 77 221 0.67 0.65 0 0.13 238.38 0.69 0.58
Hex 49 4D DD 43 41 0 D EE 45 3A
Octal 111 115 335 103 101 0 15 356 105 72
Binary 1001001 1001101 11011101 1000011 1000001 0 1101 11101110 1000101 111010

Color Harmonies of #494DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494DDD

Black with #494DDD

Text Example


Text Example

White with #494DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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