Html Css Color HEX #494BDB Free Speech Blue

📋 copy color: '#494BDB'

red 73 ◦ green 75 ◦ blue 219

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

Shades of Free Speech Blue #494BDB

Tints of Free Speech Blue #494BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.44%

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

R = 19.89%
G = 20.44%
B = 59.67%

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

#494BDB (or 0x494BDB) is known color: Free Speech Blue. HEX triplet: 49, 4B and DB. RGB value is (73,75,219). Sum of RGB (Red+Green+Blue) = 73+75+219=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #494BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494BDB is #B6B424. Grayscale: #5A5A5A. Windows color (decimal): -11973669 or 14371657. OLE color: 14371657.

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

Color convert

RGB 73 75 219 -
CMYK 0.67 0.66 0 0.14
HSL 239.18º 0.67% 0.57% -
HSV(B) 239.18º 0.67% 0.86% -
XYZ 18.05 11.56 68.3 -
YUV 90.82 200.34 115.29 -
System Red Green Blue C M Y K H S L
Decimal 73 75 219 0.67 0.66 0 0.14 239.18 0.67 0.57
Hex 49 4B DB 43 42 0 E EF 43 39
Octal 111 113 333 103 102 0 16 357 103 71
Binary 1001001 1001011 11011011 1000011 1000010 0 1110 11101111 1000011 111001

Color Harmonies of #494BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494BDB

Black with #494BDB

Text Example


Text Example

White with #494BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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