Html Css Color HEX #496EC5 Free Speech Blue

📋 copy color: '#496EC5'

red 73 ◦ green 110 ◦ blue 197

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

Shades of Free Speech Blue #496EC5

Tints of Free Speech Blue #496EC5

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.95%

 BLUE value IS 197 (77.34% from 255) = 51.84%

R = 19.21%
G = 28.95%
B = 51.84%

CMYK

 C value IS 0.63

 M value IS 0.44

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#496EC5 (or 0x496EC5) is known color: Free Speech Blue. HEX triplet: 49, 6E and C5. RGB value is (73,110,197). Sum of RGB (Red+Green+Blue) = 73+110+197=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 197 (77.34% from 255 or 51.84% from 380); Max value from RGB is 197 - color contains mainly: blue. Hex color #496EC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496EC5 is #B6913A. Grayscale: #6C6C6C. Windows color (decimal): -11964731 or 12938825. OLE color: 12938825.

HSL color Cylindrical-coordinate representation of color #496EC5: hue angle of 222.1º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #496EC5 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 73 110 197 -
CMYK 0.63 0.44 0 0.23
HSL 222.1º 0.52% 0.53% -
HSV(B) 222.1º 0.63% 0.77% -
XYZ 18.4 16.6 55.06 -
YUV 108.86 177.74 102.43 -
System Red Green Blue C M Y K H S L
Decimal 73 110 197 0.63 0.44 0 0.23 222.1 0.52 0.53
Hex 49 6E C5 3F 2C 0 17 DE 34 35
Octal 111 156 305 77 54 0 27 336 64 65
Binary 1001001 1101110 11000101 111111 101100 0 10111 11011110 110100 110101

Color Harmonies of #496EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496EC5

Black with #496EC5

Text Example


Text Example

White with #496EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496EC5; }

 p { color: rgb(73,110,197); }

 H1.HeaderClassName
 {
   color: #496EC5;
 }
 .AnyTagClassName
 {
   color: #496EC5;
 }
</style>

background-color css

<style>
 a { background-color: #496EC5; }

 a { background-color: rgb(73,110,197); }

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

border-color css

<style>
 span { border-color: #496EC5; }

 span { border-color: rgb(73,110,197); }

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