Html Css Color HEX #495D78 Chambray

📋 copy color: '#495D78'

red 73 ◦ green 93 ◦ blue 120

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

Shades of Chambray #495D78

Tints of Chambray #495D78

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.52%

 BLUE value IS 120 (47.27% from 255) = 41.96%

R = 25.52%
G = 32.52%
B = 41.96%

CMYK

 C value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#495D78 (or 0x495D78) is known color: Chambray. HEX triplet: 49, 5D and 78. RGB value is (73,93,120). Sum of RGB (Red+Green+Blue) = 73+93+120=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 120 - color contains mainly: blue. Hex color #495D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495D78 is #B6A287. Grayscale: #595959. Windows color (decimal): -11969160 or 7888201. OLE color: 7888201.

HSL color Cylindrical-coordinate representation of color #495D78: hue angle of 214.47º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #495D78 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 93 120 -
CMYK 0.39 0.22 0 0.53
HSL 214.47º 0.24% 0.38% -
HSV(B) 214.47º 0.39% 0.47% -
XYZ 10.05 10.6 19.29 -
YUV 90.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 73 93 120 0.39 0.22 0 0.53 214.47 0.24 0.38
Hex 49 5D 78 27 16 0 35 D6 18 26
Octal 111 135 170 47 26 0 65 326 30 46
Binary 1001001 1011101 1111000 100111 10110 0 110101 11010110 11000 100110

Color Harmonies of #495D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495D78

Black with #495D78

Text Example


Text Example

White with #495D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,93,120); }

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

background-color css

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

 a { background-color: rgb(73,93,120); }

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

border-color css

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

 span { border-color: rgb(73,93,120); }

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