Html Css Color HEX #4A5973 Chambray

📋 copy color: '#4A5973'

red 74 ◦ green 89 ◦ blue 115

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

Shades of Chambray #4A5973

Tints of Chambray #4A5973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.37%

R = 26.62%
G = 32.01%
B = 41.37%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4A5973 (or 0x4A5973) is known color: Chambray. HEX triplet: 4A, 59 and 73. RGB value is (74,89,115). Sum of RGB (Red+Green+Blue) = 74+89+115=278 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.62% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 115 (45.31% from 255 or 41.37% from 278); Max value from RGB is 115 - color contains mainly: blue. Hex color #4A5973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5973 is #B5A68C. Grayscale: #575757. Windows color (decimal): -11904653 or 7559498. OLE color: 7559498.

HSL color Cylindrical-coordinate representation of color #4A5973: hue angle of 218.05º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4A5973 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 74 89 115 -
CMYK 0.36 0.23 0 0.55
HSL 218.05º 0.22% 0.37% -
HSV(B) 218.05º 0.36% 0.45% -
XYZ 9.49 9.84 17.62 -
YUV 87.48 143.53 118.39 -
System Red Green Blue C M Y K H S L
Decimal 74 89 115 0.36 0.23 0 0.55 218.05 0.22 0.37
Hex 4A 59 73 24 17 0 37 DA 16 25
Octal 112 131 163 44 27 0 67 332 26 45
Binary 1001010 1011001 1110011 100100 10111 0 110111 11011010 10110 100101

Color Harmonies of #4A5973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5973

Black with #4A5973

Text Example


Text Example

White with #4A5973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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