Html Css Color HEX #495871 Chambray

📋 copy color: '#495871'

red 73 ◦ green 88 ◦ blue 113

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

Shades of Chambray #495871

Tints of Chambray #495871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 41.24%

R = 26.64%
G = 32.12%
B = 41.24%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#495871 (or 0x495871) is known color: Chambray. HEX triplet: 49, 58 and 71. RGB value is (73,88,113). Sum of RGB (Red+Green+Blue) = 73+88+113=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: blue. Hex color #495871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495871 is #B6A78E. Grayscale: #565656. Windows color (decimal): -11970447 or 7428169. OLE color: 7428169.

HSL color Cylindrical-coordinate representation of color #495871: hue angle of 217.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #495871 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 88 113 -
CMYK 0.35 0.22 0 0.56
HSL 217.5º 0.22% 0.36% -
HSV(B) 217.5º 0.35% 0.44% -
XYZ 9.22 9.59 16.99 -
YUV 86.37 143.03 118.47 -
System Red Green Blue C M Y K H S L
Decimal 73 88 113 0.35 0.22 0 0.56 217.5 0.22 0.36
Hex 49 58 71 23 16 0 38 DA 16 24
Octal 111 130 161 43 26 0 70 332 26 44
Binary 1001001 1011000 1110001 100011 10110 0 111000 11011010 10110 100100

Color Harmonies of #495871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495871

Black with #495871

Text Example


Text Example

White with #495871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495871; }

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

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

background-color css

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

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

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

border-color css

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

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

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