Html Css Color HEX #494ACE Free Speech Blue

📋 copy color: '#494ACE'

red 73 ◦ green 74 ◦ blue 206

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

Shades of Free Speech Blue #494ACE

Tints of Free Speech Blue #494ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.36%

R = 20.68%
G = 20.96%
B = 58.36%

CMYK

 C value IS 0.65

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#494ACE (or 0x494ACE) is known color: Free Speech Blue. HEX triplet: 49, 4A and CE. RGB value is (73,74,206). Sum of RGB (Red+Green+Blue) = 73+74+206=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #494ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494ACE is #B6B531. Grayscale: #585858. Windows color (decimal): -11973938 or 13519433. OLE color: 13519433.

HSL color Cylindrical-coordinate representation of color #494ACE: hue angle of 239.55º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #494ACE is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 74 206 -
CMYK 0.65 0.64 0 0.19
HSL 239.55º 0.58% 0.55% -
HSV(B) 239.55º 0.65% 0.81% -
XYZ 16.34 10.77 59.61 -
YUV 88.75 194.17 116.77 -
System Red Green Blue C M Y K H S L
Decimal 73 74 206 0.65 0.64 0 0.19 239.55 0.58 0.55
Hex 49 4A CE 41 40 0 13 F0 3A 37
Octal 111 112 316 101 100 0 23 360 72 67
Binary 1001001 1001010 11001110 1000001 1000000 0 10011 11110000 111010 110111

Color Harmonies of #494ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494ACE

Black with #494ACE

Text Example


Text Example

White with #494ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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