Html Css Color HEX #494BDF Free Speech Blue

📋 copy color: '#494BDF'

red 73 ◦ green 75 ◦ blue 223

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

Shades of Free Speech Blue #494BDF

Tints of Free Speech Blue #494BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.11%

R = 19.68%
G = 20.22%
B = 60.11%

CMYK

 C value IS 0.67

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#494BDF (or 0x494BDF) is known color: Free Speech Blue. HEX triplet: 49, 4B and DF. RGB value is (73,75,223). Sum of RGB (Red+Green+Blue) = 73+75+223=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #494BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494BDF is #B6B420. Grayscale: #5A5A5A. Windows color (decimal): -11973665 or 14633801. OLE color: 14633801.

HSL color Cylindrical-coordinate representation of color #494BDF: hue angle of 239.2º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #494BDF is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 75 223 -
CMYK 0.67 0.66 0 0.13
HSL 239.2º 0.7% 0.58% -
HSV(B) 239.2º 0.67% 0.87% -
XYZ 18.58 11.78 71.11 -
YUV 91.27 202.34 114.97 -
System Red Green Blue C M Y K H S L
Decimal 73 75 223 0.67 0.66 0 0.13 239.2 0.7 0.58
Hex 49 4B DF 43 42 0 D EF 46 3A
Octal 111 113 337 103 102 0 15 357 106 72
Binary 1001001 1001011 11011111 1000011 1000010 0 1101 11101111 1000110 111010

Color Harmonies of #494BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494BDF

Black with #494BDF

Text Example


Text Example

White with #494BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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