Html Css Color HEX #495BD1 Free Speech Blue

📋 copy color: '#495BD1'

red 73 ◦ green 91 ◦ blue 209

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

Shades of Free Speech Blue #495BD1

Tints of Free Speech Blue #495BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 56.03%

R = 19.57%
G = 24.4%
B = 56.03%

CMYK

 C value IS 0.65

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#495BD1 (or 0x495BD1) is known color: Free Speech Blue. HEX triplet: 49, 5B and D1. RGB value is (73,91,209). Sum of RGB (Red+Green+Blue) = 73+91+209=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 209 (82.03% from 255 or 56.03% from 373); Max value from RGB is 209 - color contains mainly: blue. Hex color #495BD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495BD1 is #B6A42E. Grayscale: #626262. Windows color (decimal): -11969583 or 13720393. OLE color: 13720393.

HSL color Cylindrical-coordinate representation of color #495BD1: hue angle of 232.06º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #495BD1 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 91 209 -
CMYK 0.65 0.56 0 0.18
HSL 232.06º 0.6% 0.55% -
HSV(B) 232.06º 0.65% 0.82% -
XYZ 18 13.5 61.98 -
YUV 99.07 190.04 109.41 -
System Red Green Blue C M Y K H S L
Decimal 73 91 209 0.65 0.56 0 0.18 232.06 0.6 0.55
Hex 49 5B D1 41 38 0 12 E8 3C 37
Octal 111 133 321 101 70 0 22 350 74 67
Binary 1001001 1011011 11010001 1000001 111000 0 10010 11101000 111100 110111

Color Harmonies of #495BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495BD1

Black with #495BD1

Text Example


Text Example

White with #495BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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