Html Css Color HEX #494DCC Free Speech Blue

📋 copy color: '#494DCC'

red 73 ◦ green 77 ◦ blue 204

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

Shades of Free Speech Blue #494DCC

Tints of Free Speech Blue #494DCC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.75%

 BLUE value IS 204 (80.08% from 255) = 57.63%

R = 20.62%
G = 21.75%
B = 57.63%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#494DCC (or 0x494DCC) is known color: Free Speech Blue. HEX triplet: 49, 4D and CC. RGB value is (73,77,204). Sum of RGB (Red+Green+Blue) = 73+77+204=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #494DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494DCC is #B6B233. Grayscale: #595959. Windows color (decimal): -11973172 or 13389129. OLE color: 13389129.

HSL color Cylindrical-coordinate representation of color #494DCC: hue angle of 238.17º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #494DCC is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 73 77 204 -
CMYK 0.64 0.62 0 0.2
HSL 238.17º 0.56% 0.54% -
HSV(B) 238.17º 0.64% 0.8% -
XYZ 16.3 11.08 58.41 -
YUV 90.28 192.17 115.67 -
System Red Green Blue C M Y K H S L
Decimal 73 77 204 0.64 0.62 0 0.2 238.17 0.56 0.54
Hex 49 4D CC 40 3E 0 14 EE 38 36
Octal 111 115 314 100 76 0 24 356 70 66
Binary 1001001 1001101 11001100 1000000 111110 0 10100 11101110 111000 110110

Color Harmonies of #494DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494DCC

Black with #494DCC

Text Example


Text Example

White with #494DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,77,204); }

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

background-color css

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

 a { background-color: rgb(73,77,204); }

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

border-color css

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

 span { border-color: rgb(73,77,204); }

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