Html Css Color HEX #495BD0 Free Speech Blue

📋 copy color: '#495BD0'

red 73 ◦ green 91 ◦ blue 208

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

Shades of Free Speech Blue #495BD0

Tints of Free Speech Blue #495BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 55.91%

R = 19.62%
G = 24.46%
B = 55.91%

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

#495BD0 (or 0x495BD0) is known color: Free Speech Blue. HEX triplet: 49, 5B and D0. RGB value is (73,91,208). Sum of RGB (Red+Green+Blue) = 73+91+208=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 208 (81.64% from 255 or 55.91% from 372); Max value from RGB is 208 - color contains mainly: blue. Hex color #495BD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495BD0 is #B6A42F. Grayscale: #626262. Windows color (decimal): -11969584 or 13654857. OLE color: 13654857.

HSL color Cylindrical-coordinate representation of color #495BD0: hue angle of 232º degrees, saturation: 0.59, 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 #495BD0 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 91 208 -
CMYK 0.65 0.56 0 0.18
HSL 232º 0.59% 0.55% -
HSV(B) 232º 0.65% 0.82% -
XYZ 17.87 13.45 61.33 -
YUV 98.96 189.54 109.49 -
System Red Green Blue C M Y K H S L
Decimal 73 91 208 0.65 0.56 0 0.18 232 0.59 0.55
Hex 49 5B D0 41 38 0 12 E8 3B 37
Octal 111 133 320 101 70 0 22 350 73 67
Binary 1001001 1011011 11010000 1000001 111000 0 10010 11101000 111011 110111

Color Harmonies of #495BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495BD0

Black with #495BD0

Text Example


Text Example

White with #495BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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