Html Css Color HEX #495E7A Chambray

📋 copy color: '#495E7A'

red 73 ◦ green 94 ◦ blue 122

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

Shades of Chambray #495E7A

Tints of Chambray #495E7A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.53%

 BLUE value IS 122 (48.05% from 255) = 42.21%

R = 25.26%
G = 32.53%
B = 42.21%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#495E7A (or 0x495E7A) is known color: Chambray. HEX triplet: 49, 5E and 7A. RGB value is (73,94,122). Sum of RGB (Red+Green+Blue) = 73+94+122=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 122 - color contains mainly: blue. Hex color #495E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495E7A is #B6A185. Grayscale: #5A5A5A. Windows color (decimal): -11968902 or 8019529. OLE color: 8019529.

HSL color Cylindrical-coordinate representation of color #495E7A: hue angle of 214.29º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #495E7A is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 94 122 -
CMYK 0.40 0.23 0 0.52
HSL 214.29º 0.25% 0.38% -
HSV(B) 214.29º 0.4% 0.48% -
XYZ 10.26 10.83 19.96 -
YUV 90.91 145.54 115.22 -
System Red Green Blue C M Y K H S L
Decimal 73 94 122 0.40 0.23 0 0.52 214.29 0.25 0.38
Hex 49 5E 7A 28 17 0 34 D6 19 26
Octal 111 136 172 50 27 0 64 326 31 46
Binary 1001001 1011110 1111010 101000 10111 0 110100 11010110 11001 100110

Color Harmonies of #495E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495E7A

Black with #495E7A

Text Example


Text Example

White with #495E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,94,122); }

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

background-color css

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

 a { background-color: rgb(73,94,122); }

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

border-color css

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

 span { border-color: rgb(73,94,122); }

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