Html Css Color HEX #494DDC Free Speech Blue

📋 copy color: '#494DDC'

red 73 ◦ green 77 ◦ blue 220

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

Shades of Free Speech Blue #494DDC

Tints of Free Speech Blue #494DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 59.46%

R = 19.73%
G = 20.81%
B = 59.46%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#494DDC (or 0x494DDC) is known color: Free Speech Blue. HEX triplet: 49, 4D and DC. RGB value is (73,77,220). Sum of RGB (Red+Green+Blue) = 73+77+220=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #494DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494DDC is #B6B223. Grayscale: #5B5B5B. Windows color (decimal): -11973156 or 14437705. OLE color: 14437705.

HSL color Cylindrical-coordinate representation of color #494DDC: hue angle of 238.37º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #494DDC is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 77 220 -
CMYK 0.67 0.65 0 0.14
HSL 238.37º 0.68% 0.57% -
HSV(B) 238.37º 0.67% 0.86% -
XYZ 18.32 11.89 69.04 -
YUV 92.11 200.17 114.37 -
System Red Green Blue C M Y K H S L
Decimal 73 77 220 0.67 0.65 0 0.14 238.37 0.68 0.57
Hex 49 4D DC 43 41 0 E EE 44 39
Octal 111 115 334 103 101 0 16 356 104 71
Binary 1001001 1001101 11011100 1000011 1000001 0 1110 11101110 1000100 111001

Color Harmonies of #494DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494DDC

Black with #494DDC

Text Example


Text Example

White with #494DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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