Html Css Color HEX #495782 Chambray

📋 copy color: '#495782'

red 73 ◦ green 87 ◦ blue 130

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

Shades of Chambray #495782

Tints of Chambray #495782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 44.83%

R = 25.17%
G = 30%
B = 44.83%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#495782 (or 0x495782) is known color: Chambray. HEX triplet: 49, 57 and 82. RGB value is (73,87,130). Sum of RGB (Red+Green+Blue) = 73+87+130=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 130 (51.17% from 255 or 44.83% from 290); Max value from RGB is 130 - color contains mainly: blue. Hex color #495782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495782 is #B6A87D. Grayscale: #575757. Windows color (decimal): -11970686 or 8542025. OLE color: 8542025.

HSL color Cylindrical-coordinate representation of color #495782: hue angle of 225.26º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #495782 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 87 130 -
CMYK 0.44 0.33 0 0.49
HSL 225.26º 0.28% 0.4% -
HSV(B) 225.26º 0.44% 0.51% -
XYZ 10.19 9.84 22.48 -
YUV 87.72 151.86 117.5 -
System Red Green Blue C M Y K H S L
Decimal 73 87 130 0.44 0.33 0 0.49 225.26 0.28 0.4
Hex 49 57 82 2C 21 0 31 E1 1C 28
Octal 111 127 202 54 41 0 61 341 34 50
Binary 1001001 1010111 10000010 101100 100001 0 110001 11100001 11100 101000

Color Harmonies of #495782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495782

Black with #495782

Text Example


Text Example

White with #495782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495782; }

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

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

background-color css

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

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

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

border-color css

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

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

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