#4A577A

Color #4A577A Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #4A577A

Tints of Chambray #4A577A

Color information

#4A577A (or 0x4A577A) is unknown color: approx Chambray. HEX triplet: 4A, 57 and 7A. RGB value is (74,87,122). Sum of RGB (Red+Green+Blue) = 74+87+122=283 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.15% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 122 - color contains mainly: blue. Hex color #4A577A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A577A is #B5A885. Grayscale: #565656. Windows color (decimal): -11905158 or 8017738. OLE color: 8017738.

HSL color Cylindrical-coordinate representation of color #4A577A: hue angle of 223.75º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4A577A is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7487122-
CMYK0.390.2900.52
HSL223.75º24.49%38.43%-
HSV(B)223.75º39.34%47.84%-
XYZ9.759.6819.77-
YUV87.1147.69118.65-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.15%
GREEN value IS 87 (34.38% from 255) = 30.74%
BLUE value IS 122 (48.05% from 255) = 43.11%
R=26.15%
G=30.74%
B=43.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal74871220.390.2900.52223.7524.4938.43
Hex4A577A271D034e01826
Octal11212717247350643403046
Binary1001010101011111110101001111110101101001110000011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A577A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,87,122); }

 H1.HeaderClassName
 {
   color: #4A577A;
 }
 .AnyTagClassName
 {
   color: #4A577A;
 }
</style>
background-color css

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

 a { background-color: rgb(74,87,122); }

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

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

 span { border-color: rgb(74,87,122); }

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