Html Css Color HEX #4A5978 Chambray

📋 copy color: '#4A5978'

red 74 ◦ green 89 ◦ blue 120

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

Shades of Chambray #4A5978

Tints of Chambray #4A5978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 42.4%

R = 26.15%
G = 31.45%
B = 42.4%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4A5978 (or 0x4A5978) is known color: Chambray. HEX triplet: 4A, 59 and 78. RGB value is (74,89,120). Sum of RGB (Red+Green+Blue) = 74+89+120=283 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.15% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 120 - color contains mainly: blue. Hex color #4A5978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5978 is #B5A687. Grayscale: #575757. Windows color (decimal): -11904648 or 7887178. OLE color: 7887178.

HSL color Cylindrical-coordinate representation of color #4A5978: hue angle of 220.43º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A5978 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 74 89 120 -
CMYK 0.38 0.26 0 0.53
HSL 220.43º 0.24% 0.38% -
HSV(B) 220.43º 0.38% 0.47% -
XYZ 9.79 9.96 19.18 -
YUV 88.05 146.03 117.98 -
System Red Green Blue C M Y K H S L
Decimal 74 89 120 0.38 0.26 0 0.53 220.43 0.24 0.38
Hex 4A 59 78 26 1A 0 35 DC 18 26
Octal 112 131 170 46 32 0 65 334 30 46
Binary 1001010 1011001 1111000 100110 11010 0 110101 11011100 11000 100110

Color Harmonies of #4A5978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5978

Black with #4A5978

Text Example


Text Example

White with #4A5978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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