Html Css Color HEX #495AD6 Free Speech Blue

📋 copy color: '#495AD6'

red 73 ◦ green 90 ◦ blue 214

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

Shades of Free Speech Blue #495AD6

Tints of Free Speech Blue #495AD6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.87%

 BLUE value IS 214 (83.98% from 255) = 56.76%

R = 19.36%
G = 23.87%
B = 56.76%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#495AD6 (or 0x495AD6) is known color: Free Speech Blue. HEX triplet: 49, 5A and D6. RGB value is (73,90,214). Sum of RGB (Red+Green+Blue) = 73+90+214=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 214 (83.98% from 255 or 56.76% from 377); Max value from RGB is 214 - color contains mainly: blue. Hex color #495AD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495AD6 is #B6A529. Grayscale: #626262. Windows color (decimal): -11969834 or 14047817. OLE color: 14047817.

HSL color Cylindrical-coordinate representation of color #495AD6: hue angle of 232.77º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #495AD6 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 90 214 -
CMYK 0.66 0.58 0 0.16
HSL 232.77º 0.63% 0.56% -
HSV(B) 232.77º 0.66% 0.84% -
XYZ 18.54 13.58 65.26 -
YUV 99.05 192.87 109.42 -
System Red Green Blue C M Y K H S L
Decimal 73 90 214 0.66 0.58 0 0.16 232.77 0.63 0.56
Hex 49 5A D6 42 3A 0 10 E9 3F 38
Octal 111 132 326 102 72 0 20 351 77 70
Binary 1001001 1011010 11010110 1000010 111010 0 10000 11101001 111111 111000

Color Harmonies of #495AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495AD6

Black with #495AD6

Text Example


Text Example

White with #495AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,90,214); }

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

background-color css

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

 a { background-color: rgb(73,90,214); }

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

border-color css

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

 span { border-color: rgb(73,90,214); }

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