Html Css Color HEX #495869 Chambray

📋 copy color: '#495869'

red 73 ◦ green 88 ◦ blue 105

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

Shades of Chambray #495869

Tints of Chambray #495869

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.08%

 BLUE value IS 105 (41.41% from 255) = 39.47%

R = 27.44%
G = 33.08%
B = 39.47%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#495869 (or 0x495869) is known color: Chambray. HEX triplet: 49, 58 and 69. RGB value is (73,88,105). Sum of RGB (Red+Green+Blue) = 73+88+105=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 105 (41.41% from 255 or 39.47% from 266); Max value from RGB is 105 - color contains mainly: blue. Hex color #495869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495869 is #B6A796. Grayscale: #555555. Windows color (decimal): -11970455 or 6903881. OLE color: 6903881.

HSL color Cylindrical-coordinate representation of color #495869: hue angle of 211.88º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #495869 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 88 105 -
CMYK 0.30 0.16 0 0.59
HSL 211.88º 0.18% 0.35% -
HSV(B) 211.88º 0.3% 0.41% -
XYZ 8.79 9.42 14.72 -
YUV 85.45 139.03 119.12 -
System Red Green Blue C M Y K H S L
Decimal 73 88 105 0.30 0.16 0 0.59 211.88 0.18 0.35
Hex 49 58 69 1E 10 0 3B D4 12 23
Octal 111 130 151 36 20 0 73 324 22 43
Binary 1001001 1011000 1101001 11110 10000 0 111011 11010100 10010 100011

Color Harmonies of #495869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495869

Black with #495869

Text Example


Text Example

White with #495869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495869; }

 p { color: rgb(73,88,105); }

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

background-color css

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

 a { background-color: rgb(73,88,105); }

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

border-color css

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

 span { border-color: rgb(73,88,105); }

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