Html Css Color HEX #494ADB Free Speech Blue

📋 copy color: '#494ADB'

red 73 ◦ green 74 ◦ blue 219

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

Shades of Free Speech Blue #494ADB

Tints of Free Speech Blue #494ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.84%

R = 19.95%
G = 20.22%
B = 59.84%

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

#494ADB (or 0x494ADB) is known color: Free Speech Blue. HEX triplet: 49, 4A and DB. RGB value is (73,74,219). Sum of RGB (Red+Green+Blue) = 73+74+219=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #494ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494ADB is #B6B524. Grayscale: #595959. Windows color (decimal): -11973925 or 14371401. OLE color: 14371401.

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

Color convert

RGB 73 74 219 -
CMYK 0.67 0.66 0 0.14
HSL 239.59º 0.67% 0.57% -
HSV(B) 239.59º 0.67% 0.86% -
XYZ 17.98 11.43 68.28 -
YUV 90.23 200.67 115.71 -
System Red Green Blue C M Y K H S L
Decimal 73 74 219 0.67 0.66 0 0.14 239.59 0.67 0.57
Hex 49 4A DB 43 42 0 E F0 43 39
Octal 111 112 333 103 102 0 16 360 103 71
Binary 1001001 1001010 11011011 1000011 1000010 0 1110 11110000 1000011 111001

Color Harmonies of #494ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494ADB

Black with #494ADB

Text Example


Text Example

White with #494ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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