#4B6074

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

Shades of Chambray #4B6074

Tints of Chambray #4B6074

Color information

#4B6074 (or 0x4B6074) is unknown color: approx Chambray. HEX triplet: 4B, 60 and 74. RGB value is (75,96,116). Sum of RGB (Red+Green+Blue) = 75+96+116=287 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.13% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 116 - color contains mainly: blue. Hex color #4B6074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6074 is #B49F8B. Grayscale: #5B5B5B. Windows color (decimal): -11837324 or 7626827. OLE color: 7626827.

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

Color convert

RGB7596116-
CMYK0.350.1700.55
HSL209.27º21.47%37.45%-
HSV(B)209.27º35.34%45.49%-
XYZ10.2411.1218.13-
YUV92141.54115.87-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.13%
GREEN value IS 96 (37.89% from 255) = 33.45%
BLUE value IS 116 (45.70% from 255) = 40.42%
R=26.13%
G=33.45%
B=40.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75961160.350.1700.55209.2721.4737.45
Hex4B60742311037d11525
Octal11314016443210673212545
Binary1001011110000011101001000111000101101111101000110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,96,116); }

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

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

 a { background-color: rgb(75,96,116); }

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

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

 span { border-color: rgb(75,96,116); }

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