Html Css Color HEX #494EC8 Free Speech Blue

📋 copy color: '#494EC8'

red 73 ◦ green 78 ◦ blue 200

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

Shades of Free Speech Blue #494EC8

Tints of Free Speech Blue #494EC8

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.22%

 BLUE value IS 200 (78.52% from 255) = 56.98%

R = 20.8%
G = 22.22%
B = 56.98%

CMYK

 C value IS 0.64

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#494EC8 (or 0x494EC8) is known color: Free Speech Blue. HEX triplet: 49, 4E and C8. RGB value is (73,78,200). Sum of RGB (Red+Green+Blue) = 73+78+200=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 200 (78.52% from 255 or 56.98% from 351); Max value from RGB is 200 - color contains mainly: blue. Hex color #494EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494EC8 is #B6B137. Grayscale: #595959. Windows color (decimal): -11972920 or 13127241. OLE color: 13127241.

HSL color Cylindrical-coordinate representation of color #494EC8: hue angle of 237.64º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #494EC8 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 78 200 -
CMYK 0.64 0.61 0 0.22
HSL 237.64º 0.54% 0.54% -
HSV(B) 237.64º 0.64% 0.78% -
XYZ 15.9 11.04 55.94 -
YUV 90.41 189.84 115.58 -
System Red Green Blue C M Y K H S L
Decimal 73 78 200 0.64 0.61 0 0.22 237.64 0.54 0.54
Hex 49 4E C8 40 3D 0 16 EE 36 36
Octal 111 116 310 100 75 0 26 356 66 66
Binary 1001001 1001110 11001000 1000000 111101 0 10110 11101110 110110 110110

Color Harmonies of #494EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494EC8

Black with #494EC8

Text Example


Text Example

White with #494EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,78,200); }

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

background-color css

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

 a { background-color: rgb(73,78,200); }

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

border-color css

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

 span { border-color: rgb(73,78,200); }

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