Html Css Color HEX #494CDB Free Speech Blue

📋 copy color: '#494CDB'

red 73 ◦ green 76 ◦ blue 219

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

Shades of Free Speech Blue #494CDB

Tints of Free Speech Blue #494CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.65%

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

R = 19.84%
G = 20.65%
B = 59.51%

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

#494CDB (or 0x494CDB) is known color: Free Speech Blue. HEX triplet: 49, 4C and DB. RGB value is (73,76,219). Sum of RGB (Red+Green+Blue) = 73+76+219=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #494CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494CDB is #B6B324. Grayscale: #5A5A5A. Windows color (decimal): -11973413 or 14371913. OLE color: 14371913.

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

Color convert

RGB 73 76 219 -
CMYK 0.67 0.65 0 0.14
HSL 238.77º 0.67% 0.57% -
HSV(B) 238.77º 0.67% 0.86% -
XYZ 18.12 11.7 68.32 -
YUV 91.41 200.01 114.87 -
System Red Green Blue C M Y K H S L
Decimal 73 76 219 0.67 0.65 0 0.14 238.77 0.67 0.57
Hex 49 4C DB 43 41 0 E EF 43 39
Octal 111 114 333 103 101 0 16 357 103 71
Binary 1001001 1001100 11011011 1000011 1000001 0 1110 11101111 1000011 111001

Color Harmonies of #494CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494CDB

Black with #494CDB

Text Example


Text Example

White with #494CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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