Html Css Color HEX #495787 Chambray

📋 copy color: '#495787'

red 73 ◦ green 87 ◦ blue 135

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

Shades of Chambray #495787

Tints of Chambray #495787

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 45.76%

R = 24.75%
G = 29.49%
B = 45.76%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#495787 (or 0x495787) is known color: Chambray. HEX triplet: 49, 57 and 87. RGB value is (73,87,135). Sum of RGB (Red+Green+Blue) = 73+87+135=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 135 (53.12% from 255 or 45.76% from 295); Max value from RGB is 135 - color contains mainly: blue. Hex color #495787 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495787 is #B6A878. Grayscale: #585858. Windows color (decimal): -11970681 or 8869705. OLE color: 8869705.

HSL color Cylindrical-coordinate representation of color #495787: hue angle of 226.45º degrees, saturation: 0.3, 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 #495787 is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 87 135 -
CMYK 0.46 0.36 0 0.47
HSL 226.45º 0.3% 0.41% -
HSV(B) 226.45º 0.46% 0.53% -
XYZ 10.53 9.98 24.29 -
YUV 88.29 154.36 117.1 -
System Red Green Blue C M Y K H S L
Decimal 73 87 135 0.46 0.36 0 0.47 226.45 0.3 0.41
Hex 49 57 87 2E 24 0 2F E2 1E 29
Octal 111 127 207 56 44 0 57 342 36 51
Binary 1001001 1010111 10000111 101110 100100 0 101111 11100010 11110 101001

Color Harmonies of #495787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495787

Black with #495787

Text Example


Text Example

White with #495787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495787; }

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

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

background-color css

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

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

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

border-color css

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

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

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