Html Css Color HEX #495BD2 Free Speech Blue

📋 copy color: '#495BD2'

red 73 ◦ green 91 ◦ blue 210

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

Shades of Free Speech Blue #495BD2

Tints of Free Speech Blue #495BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 56.15%

R = 19.52%
G = 24.33%
B = 56.15%

CMYK

 C value IS 0.65

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#495BD2 (or 0x495BD2) is known color: Free Speech Blue. HEX triplet: 49, 5B and D2. RGB value is (73,91,210). Sum of RGB (Red+Green+Blue) = 73+91+210=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 210 (82.42% from 255 or 56.15% from 374); Max value from RGB is 210 - color contains mainly: blue. Hex color #495BD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495BD2 is #B6A42D. Grayscale: #626262. Windows color (decimal): -11969582 or 13785929. OLE color: 13785929.

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

Color convert

RGB 73 91 210 -
CMYK 0.65 0.57 0 0.18
HSL 232.12º 0.6% 0.55% -
HSV(B) 232.12º 0.65% 0.82% -
XYZ 18.12 13.55 62.63 -
YUV 99.18 190.54 109.32 -
System Red Green Blue C M Y K H S L
Decimal 73 91 210 0.65 0.57 0 0.18 232.12 0.6 0.55
Hex 49 5B D2 41 39 0 12 E8 3C 37
Octal 111 133 322 101 71 0 22 350 74 67
Binary 1001001 1011011 11010010 1000001 111001 0 10010 11101000 111100 110111

Color Harmonies of #495BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495BD2

Black with #495BD2

Text Example


Text Example

White with #495BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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