Html Css Color HEX #495BD6 Free Speech Blue

📋 copy color: '#495BD6'

red 73 ◦ green 91 ◦ blue 214

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

Shades of Free Speech Blue #495BD6

Tints of Free Speech Blue #495BD6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.07%

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

R = 19.31%
G = 24.07%
B = 56.61%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#495BD6 (or 0x495BD6) is known color: Free Speech Blue. HEX triplet: 49, 5B and D6. RGB value is (73,91,214). Sum of RGB (Red+Green+Blue) = 73+91+214=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 214 (83.98% from 255 or 56.61% from 378); Max value from RGB is 214 - color contains mainly: blue. Hex color #495BD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495BD6 is #B6A429. Grayscale: #636363. Windows color (decimal): -11969578 or 14048073. OLE color: 14048073.

HSL color Cylindrical-coordinate representation of color #495BD6: hue angle of 232.34º 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 #495BD6 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 91 214 -
CMYK 0.66 0.57 0 0.16
HSL 232.34º 0.63% 0.56% -
HSV(B) 232.34º 0.66% 0.84% -
XYZ 18.63 13.75 65.29 -
YUV 99.64 192.54 109 -
System Red Green Blue C M Y K H S L
Decimal 73 91 214 0.66 0.57 0 0.16 232.34 0.63 0.56
Hex 49 5B D6 42 39 0 10 E8 3F 38
Octal 111 133 326 102 71 0 20 350 77 70
Binary 1001001 1011011 11010110 1000010 111001 0 10000 11101000 111111 111000

Color Harmonies of #495BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495BD6

Black with #495BD6

Text Example


Text Example

White with #495BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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