#4A567A

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

Shades of Chambray #4A567A

Tints of Chambray #4A567A

Color information

#4A567A (or 0x4A567A) is unknown color: approx Chambray. HEX triplet: 4A, 56 and 7A. RGB value is (74,86,122). Sum of RGB (Red+Green+Blue) = 74+86+122=282 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.24% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 122 - color contains mainly: blue. Hex color #4A567A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A567A is #B5A985. Grayscale: #565656. Windows color (decimal): -11905414 or 8017482. OLE color: 8017482.

HSL color Cylindrical-coordinate representation of color #4A567A: hue angle of 225º 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 #4A567A is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7486122-
CMYK0.390.3000.52
HSL225º24.49%38.43%-
HSV(B)225º39.34%47.84%-
XYZ9.669.5219.74-
YUV86.52148.02119.07-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.24%
GREEN value IS 86 (33.98% from 255) = 30.50%
BLUE value IS 122 (48.05% from 255) = 43.26%
R=26.24%
G=30.50%
B=43.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal74861220.390.3000.5222524.4938.43
Hex4A567A271E034e11826
Octal11212617247360643413046
Binary1001010101011011110101001111111001101001110000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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