Html Css Color HEX #494ADC Free Speech Blue

📋 copy color: '#494ADC'

red 73 ◦ green 74 ◦ blue 220

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

Shades of Free Speech Blue #494ADC

Tints of Free Speech Blue #494ADC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.16%

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

R = 19.89%
G = 20.16%
B = 59.95%

CMYK

 C value IS 0.67

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#494ADC (or 0x494ADC) is known color: Free Speech Blue. HEX triplet: 49, 4A and DC. RGB value is (73,74,220). Sum of RGB (Red+Green+Blue) = 73+74+220=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #494ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494ADC is #B6B523. Grayscale: #595959. Windows color (decimal): -11973924 or 14436937. OLE color: 14436937.

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

Color convert

RGB 73 74 220 -
CMYK 0.67 0.66 0 0.14
HSL 239.59º 0.68% 0.57% -
HSV(B) 239.59º 0.67% 0.86% -
XYZ 18.11 11.48 68.97 -
YUV 90.35 201.17 115.63 -
System Red Green Blue C M Y K H S L
Decimal 73 74 220 0.67 0.66 0 0.14 239.59 0.68 0.57
Hex 49 4A DC 43 42 0 E F0 44 39
Octal 111 112 334 103 102 0 16 360 104 71
Binary 1001001 1001010 11011100 1000011 1000010 0 1110 11110000 1000100 111001

Color Harmonies of #494ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494ADC

Black with #494ADC

Text Example


Text Example

White with #494ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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