Html Css Color HEX #495EC8 Free Speech Blue

📋 copy color: '#495EC8'

red 73 ◦ green 94 ◦ blue 200

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

Shades of Free Speech Blue #495EC8

Tints of Free Speech Blue #495EC8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.61%

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

R = 19.89%
G = 25.61%
B = 54.5%

CMYK

 C value IS 0.64

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#495EC8 (or 0x495EC8) is known color: Free Speech Blue. HEX triplet: 49, 5E and C8. RGB value is (73,94,200). Sum of RGB (Red+Green+Blue) = 73+94+200=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 200 (78.52% from 255 or 54.50% from 367); Max value from RGB is 200 - color contains mainly: blue. Hex color #495EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495EC8 is #B6A137. Grayscale: #636363. Windows color (decimal): -11968824 or 13131337. OLE color: 13131337.

HSL color Cylindrical-coordinate representation of color #495EC8: hue angle of 230.08º 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 #495EC8 is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 94 200 -
CMYK 0.64 0.53 0 0.22
HSL 230.08º 0.54% 0.54% -
HSV(B) 230.08º 0.64% 0.78% -
XYZ 17.18 13.59 56.36 -
YUV 99.81 184.54 108.88 -
System Red Green Blue C M Y K H S L
Decimal 73 94 200 0.64 0.53 0 0.22 230.08 0.54 0.54
Hex 49 5E C8 40 35 0 16 E6 36 36
Octal 111 136 310 100 65 0 26 346 66 66
Binary 1001001 1011110 11001000 1000000 110101 0 10110 11100110 110110 110110

Color Harmonies of #495EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495EC8

Black with #495EC8

Text Example


Text Example

White with #495EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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