Html Css Color HEX #495C87 Chambray

📋 copy color: '#495C87'

red 73 ◦ green 92 ◦ blue 135

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

Shades of Chambray #495C87

Tints of Chambray #495C87

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.67%

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

R = 24.33%
G = 30.67%
B = 45%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#495C87 (or 0x495C87) is known color: Chambray. HEX triplet: 49, 5C and 87. RGB value is (73,92,135). Sum of RGB (Red+Green+Blue) = 73+92+135=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 135 - color contains mainly: blue. Hex color #495C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495C87 is #B6A378. Grayscale: #5B5B5B. Windows color (decimal): -11969401 or 8870985. OLE color: 8870985.

HSL color Cylindrical-coordinate representation of color #495C87: hue angle of 221.61º 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 #495C87 is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 92 135 -
CMYK 0.46 0.32 0 0.47
HSL 221.61º 0.3% 0.41% -
HSV(B) 221.61º 0.46% 0.53% -
XYZ 10.95 10.82 24.43 -
YUV 91.22 152.71 115 -
System Red Green Blue C M Y K H S L
Decimal 73 92 135 0.46 0.32 0 0.47 221.61 0.3 0.41
Hex 49 5C 87 2E 20 0 2F DE 1E 29
Octal 111 134 207 56 40 0 57 336 36 51
Binary 1001001 1011100 10000111 101110 100000 0 101111 11011110 11110 101001

Color Harmonies of #495C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495C87

Black with #495C87

Text Example


Text Example

White with #495C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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