Html Css Color HEX #495678 Chambray

📋 copy color: '#495678'

red 73 ◦ green 86 ◦ blue 120

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

Shades of Chambray #495678

Tints of Chambray #495678

RGB

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

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

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

R = 26.16%
G = 30.82%
B = 43.01%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#495678 (or 0x495678) is known color: Chambray. HEX triplet: 49, 56 and 78. RGB value is (73,86,120). Sum of RGB (Red+Green+Blue) = 73+86+120=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 120 (47.27% from 255 or 43.01% from 279); Max value from RGB is 120 - color contains mainly: blue. Hex color #495678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495678 is #B6A987. Grayscale: #555555. Windows color (decimal): -11970952 or 7886409. OLE color: 7886409.

HSL color Cylindrical-coordinate representation of color #495678: hue angle of 223.4º 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 #495678 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 86 120 -
CMYK 0.39 0.28 0 0.53
HSL 223.4º 0.24% 0.38% -
HSV(B) 223.4º 0.39% 0.47% -
XYZ 9.47 9.43 19.09 -
YUV 85.99 147.19 118.74 -
System Red Green Blue C M Y K H S L
Decimal 73 86 120 0.39 0.28 0 0.53 223.4 0.24 0.38
Hex 49 56 78 27 1C 0 35 DF 18 26
Octal 111 126 170 47 34 0 65 337 30 46
Binary 1001001 1010110 1111000 100111 11100 0 110101 11011111 11000 100110

Color Harmonies of #495678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495678

Black with #495678

Text Example


Text Example

White with #495678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495678; }

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

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

background-color css

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

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

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

border-color css

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

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

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