Html Css Color HEX #495DBE Free Speech Blue

📋 copy color: '#495DBE'

red 73 ◦ green 93 ◦ blue 190

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

Shades of Free Speech Blue #495DBE

Tints of Free Speech Blue #495DBE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.12%

 BLUE value IS 190 (74.61% from 255) = 53.37%

R = 20.51%
G = 26.12%
B = 53.37%

CMYK

 C value IS 0.62

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#495DBE (or 0x495DBE) is known color: Free Speech Blue. HEX triplet: 49, 5D and BE. RGB value is (73,93,190). Sum of RGB (Red+Green+Blue) = 73+93+190=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #495DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495DBE is #B6A241. Grayscale: #616161. Windows color (decimal): -11969090 or 12475721. OLE color: 12475721.

HSL color Cylindrical-coordinate representation of color #495DBE: hue angle of 229.74º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #495DBE is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 93 190 -
CMYK 0.62 0.51 0 0.25
HSL 229.74º 0.47% 0.52% -
HSV(B) 229.74º 0.62% 0.75% -
XYZ 15.96 12.96 50.38 -
YUV 98.08 179.87 110.11 -
System Red Green Blue C M Y K H S L
Decimal 73 93 190 0.62 0.51 0 0.25 229.74 0.47 0.52
Hex 49 5D BE 3E 33 0 19 E6 2F 34
Octal 111 135 276 76 63 0 31 346 57 64
Binary 1001001 1011101 10111110 111110 110011 0 11001 11100110 101111 110100

Color Harmonies of #495DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495DBE

Black with #495DBE

Text Example


Text Example

White with #495DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,93,190); }

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

background-color css

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

 a { background-color: rgb(73,93,190); }

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

border-color css

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

 span { border-color: rgb(73,93,190); }

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