Html Css Color HEX #495786 Chambray

📋 copy color: '#495786'

red 73 ◦ green 87 ◦ blue 134

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

Shades of Chambray #495786

Tints of Chambray #495786

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.59%

 BLUE value IS 134 (52.73% from 255) = 45.58%

R = 24.83%
G = 29.59%
B = 45.58%

CMYK

 C value IS 0.46

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#495786 (or 0x495786) is known color: Chambray. HEX triplet: 49, 57 and 86. RGB value is (73,87,134). Sum of RGB (Red+Green+Blue) = 73+87+134=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 134 (52.73% from 255 or 45.58% from 294); Max value from RGB is 134 - color contains mainly: blue. Hex color #495786 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495786 is #B6A879. Grayscale: #575757. Windows color (decimal): -11970682 or 8804169. OLE color: 8804169.

HSL color Cylindrical-coordinate representation of color #495786: hue angle of 226.23º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #495786 is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 87 134 -
CMYK 0.46 0.35 0 0.47
HSL 226.23º 0.29% 0.41% -
HSV(B) 226.23º 0.46% 0.53% -
XYZ 10.46 9.95 23.92 -
YUV 88.17 153.86 117.18 -
System Red Green Blue C M Y K H S L
Decimal 73 87 134 0.46 0.35 0 0.47 226.23 0.29 0.41
Hex 49 57 86 2E 23 0 2F E2 1D 29
Octal 111 127 206 56 43 0 57 342 35 51
Binary 1001001 1010111 10000110 101110 100011 0 101111 11100010 11101 101001

Color Harmonies of #495786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495786

Black with #495786

Text Example


Text Example

White with #495786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495786; }

 p { color: rgb(73,87,134); }

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

background-color css

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

 a { background-color: rgb(73,87,134); }

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

border-color css

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

 span { border-color: rgb(73,87,134); }

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