Html Css Color HEX #4A596D Chambray

📋 copy color: '#4A596D'

red 74 ◦ green 89 ◦ blue 109

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

Shades of Chambray #4A596D

Tints of Chambray #4A596D

RGB

 RED value IS 74 (29.3% from 255) = 27.21%

 GREEN value IS 89 (35.16% from 255) = 32.72%

 BLUE value IS 109 (42.97% from 255) = 40.07%

R = 27.21%
G = 32.72%
B = 40.07%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4A596D (or 0x4A596D) is known color: Chambray. HEX triplet: 4A, 59 and 6D. RGB value is (74,89,109). Sum of RGB (Red+Green+Blue) = 74+89+109=272 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.21% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 109 - color contains mainly: blue. Hex color #4A596D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A596D is #B5A692. Grayscale: #565656. Windows color (decimal): -11904659 or 7166282. OLE color: 7166282.

HSL color Cylindrical-coordinate representation of color #4A596D: hue angle of 214.29º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4A596D is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 74 89 109 -
CMYK 0.32 0.18 0 0.57
HSL 214.29º 0.19% 0.36% -
HSV(B) 214.29º 0.32% 0.43% -
XYZ 9.16 9.7 15.86 -
YUV 86.8 140.53 118.87 -
System Red Green Blue C M Y K H S L
Decimal 74 89 109 0.32 0.18 0 0.57 214.29 0.19 0.36
Hex 4A 59 6D 20 12 0 39 D6 13 24
Octal 112 131 155 40 22 0 71 326 23 44
Binary 1001010 1011001 1101101 100000 10010 0 111001 11010110 10011 100100

Color Harmonies of #4A596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A596D

Black with #4A596D

Text Example


Text Example

White with #4A596D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A596D; }

 p { color: rgb(74,89,109); }

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

background-color css

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

 a { background-color: rgb(74,89,109); }

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

border-color css

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

 span { border-color: rgb(74,89,109); }

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