Html Css Color HEX #496083 Chambray

📋 copy color: '#496083'

red 73 ◦ green 96 ◦ blue 131

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

Shades of Chambray #496083

Tints of Chambray #496083

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32%

 BLUE value IS 131 (51.56% from 255) = 43.67%

R = 24.33%
G = 32%
B = 43.67%

CMYK

 C value IS 0.44

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#496083 (or 0x496083) is known color: Chambray. HEX triplet: 49, 60 and 83. RGB value is (73,96,131). Sum of RGB (Red+Green+Blue) = 73+96+131=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 131 - color contains mainly: blue. Hex color #496083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496083 is #B69F7C. Grayscale: #5C5C5C. Windows color (decimal): -11968381 or 8609865. OLE color: 8609865.

HSL color Cylindrical-coordinate representation of color #496083: hue angle of 216.21º 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 #496083 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 96 131 -
CMYK 0.44 0.27 0 0.49
HSL 216.21º 0.28% 0.4% -
HSV(B) 216.21º 0.44% 0.51% -
XYZ 11.03 11.42 23.1 -
YUV 93.11 149.38 113.65 -
System Red Green Blue C M Y K H S L
Decimal 73 96 131 0.44 0.27 0 0.49 216.21 0.28 0.4
Hex 49 60 83 2C 1B 0 31 D8 1C 28
Octal 111 140 203 54 33 0 61 330 34 50
Binary 1001001 1100000 10000011 101100 11011 0 110001 11011000 11100 101000

Color Harmonies of #496083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496083

Black with #496083

Text Example


Text Example

White with #496083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496083; }

 p { color: rgb(73,96,131); }

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

background-color css

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

 a { background-color: rgb(73,96,131); }

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

border-color css

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

 span { border-color: rgb(73,96,131); }

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