Html Css Color HEX #494ECB Free Speech Blue

📋 copy color: '#494ECB'

red 73 ◦ green 78 ◦ blue 203

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

Shades of Free Speech Blue #494ECB

Tints of Free Speech Blue #494ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 57.34%

R = 20.62%
G = 22.03%
B = 57.34%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#494ECB (or 0x494ECB) is known color: Free Speech Blue. HEX triplet: 49, 4E and CB. RGB value is (73,78,203). Sum of RGB (Red+Green+Blue) = 73+78+203=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #494ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494ECB is #B6B134. Grayscale: #5A5A5A. Windows color (decimal): -11972917 or 13323849. OLE color: 13323849.

HSL color Cylindrical-coordinate representation of color #494ECB: hue angle of 237.69º 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 #494ECB is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 78 203 -
CMYK 0.64 0.62 0 0.20
HSL 237.69º 0.56% 0.54% -
HSV(B) 237.69º 0.64% 0.8% -
XYZ 16.25 11.18 57.8 -
YUV 90.76 191.34 115.34 -
System Red Green Blue C M Y K H S L
Decimal 73 78 203 0.64 0.62 0 0.20 237.69 0.56 0.54
Hex 49 4E CB 40 3E 0 14 EE 38 36
Octal 111 116 313 100 76 0 24 356 70 66
Binary 1001001 1001110 11001011 1000000 111110 0 10100 11101110 111000 110110

Color Harmonies of #494ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494ECB

Black with #494ECB

Text Example


Text Example

White with #494ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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