Html Css Color HEX #494FDB Free Speech Blue

📋 copy color: '#494FDB'

red 73 ◦ green 79 ◦ blue 219

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

Shades of Free Speech Blue #494FDB

Tints of Free Speech Blue #494FDB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.29%

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

R = 19.68%
G = 21.29%
B = 59.03%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#494FDB (or 0x494FDB) is known color: Free Speech Blue. HEX triplet: 49, 4F and DB. RGB value is (73,79,219). Sum of RGB (Red+Green+Blue) = 73+79+219=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #494FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494FDB is #B6B024. Grayscale: #5C5C5C. Windows color (decimal): -11972645 or 14372681. OLE color: 14372681.

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

Color convert

RGB 73 79 219 -
CMYK 0.67 0.64 0 0.14
HSL 237.53º 0.67% 0.57% -
HSV(B) 237.53º 0.67% 0.86% -
XYZ 18.33 12.12 68.39 -
YUV 93.17 199.01 113.62 -
System Red Green Blue C M Y K H S L
Decimal 73 79 219 0.67 0.64 0 0.14 237.53 0.67 0.57
Hex 49 4F DB 43 40 0 E EE 43 39
Octal 111 117 333 103 100 0 16 356 103 71
Binary 1001001 1001111 11011011 1000011 1000000 0 1110 11101110 1000011 111001

Color Harmonies of #494FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494FDB

Black with #494FDB

Text Example


Text Example

White with #494FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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