Html Css Color HEX #495779 Chambray

📋 copy color: '#495779'

red 73 ◦ green 87 ◦ blue 121

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

Shades of Chambray #495779

Tints of Chambray #495779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 43.06%

R = 25.98%
G = 30.96%
B = 43.06%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#495779 (or 0x495779) is known color: Chambray. HEX triplet: 49, 57 and 79. RGB value is (73,87,121). Sum of RGB (Red+Green+Blue) = 73+87+121=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 121 (47.66% from 255 or 43.06% from 281); Max value from RGB is 121 - color contains mainly: blue. Hex color #495779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495779 is #B6A886. Grayscale: #565656. Windows color (decimal): -11970695 or 7952201. OLE color: 7952201.

HSL color Cylindrical-coordinate representation of color #495779: hue angle of 222.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #495779 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 87 121 -
CMYK 0.40 0.28 0 0.53
HSL 222.5º 0.25% 0.38% -
HSV(B) 222.5º 0.4% 0.47% -
XYZ 9.61 9.61 19.44 -
YUV 86.69 147.36 118.24 -
System Red Green Blue C M Y K H S L
Decimal 73 87 121 0.40 0.28 0 0.53 222.5 0.25 0.38
Hex 49 57 79 28 1C 0 35 DE 19 26
Octal 111 127 171 50 34 0 65 336 31 46
Binary 1001001 1010111 1111001 101000 11100 0 110101 11011110 11001 100110

Color Harmonies of #495779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495779

Black with #495779

Text Example


Text Example

White with #495779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495779; }

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

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

background-color css

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

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

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

border-color css

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

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

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