Html Css Color HEX #495685 Chambray

📋 copy color: '#495685'

red 73 ◦ green 86 ◦ blue 133

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

Shades of Chambray #495685

Tints of Chambray #495685

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.45%

 BLUE value IS 133 (52.34% from 255) = 45.55%

R = 25%
G = 29.45%
B = 45.55%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#495685 (or 0x495685) is known color: Chambray. HEX triplet: 49, 56 and 85. RGB value is (73,86,133). Sum of RGB (Red+Green+Blue) = 73+86+133=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 133 - color contains mainly: blue. Hex color #495685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495685 is #B6A97A. Grayscale: #575757. Windows color (decimal): -11970939 or 8738377. OLE color: 8738377.

HSL color Cylindrical-coordinate representation of color #495685: hue angle of 227º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #495685 is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 86 133 -
CMYK 0.45 0.35 0 0.48
HSL 227º 0.29% 0.4% -
HSV(B) 227º 0.45% 0.52% -
XYZ 10.31 9.77 23.53 -
YUV 87.47 153.69 117.68 -
System Red Green Blue C M Y K H S L
Decimal 73 86 133 0.45 0.35 0 0.48 227 0.29 0.4
Hex 49 56 85 2D 23 0 30 E3 1D 28
Octal 111 126 205 55 43 0 60 343 35 50
Binary 1001001 1010110 10000101 101101 100011 0 110000 11100011 11101 101000

Color Harmonies of #495685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495685

Black with #495685

Text Example


Text Example

White with #495685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495685; }

 p { color: rgb(73,86,133); }

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

background-color css

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

 a { background-color: rgb(73,86,133); }

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

border-color css

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

 span { border-color: rgb(73,86,133); }

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