#4B567A

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

Shades of Chambray #4B567A

Tints of Chambray #4B567A

Color information

#4B567A (or 0x4B567A) is unknown color: approx Chambray. HEX triplet: 4B, 56 and 7A. RGB value is (75,86,122). Sum of RGB (Red+Green+Blue) = 75+86+122=283 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.50% from 283); Green value is 86 (33.98% from 255 or 30.39% 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 #4B567A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B567A is #B4A985. Grayscale: #565656. Windows color (decimal): -11839878 or 8017483. OLE color: 8017483.

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

Color convert

RGB7586122-
CMYK0.390.3000.52
HSL225.96º23.86%38.63%-
HSV(B)225.96º38.52%47.84%-
XYZ9.749.5619.74-
YUV86.82147.86119.57-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.50%
GREEN value IS 86 (33.98% from 255) = 30.39%
BLUE value IS 122 (48.05% from 255) = 43.11%
R=26.50%
G=30.39%
B=43.11%

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
Decimal75861220.390.3000.52225.9623.8638.63
Hex4B567A271E034e21827
Octal11312617247360643423047
Binary1001011101011011110101001111111001101001110001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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