#4A6075

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

Shades of Chambray #4A6075

Tints of Chambray #4A6075

Color information

#4A6075 (or 0x4A6075) is unknown color: approx Chambray. HEX triplet: 4A, 60 and 75. RGB value is (74,96,117). Sum of RGB (Red+Green+Blue) = 74+96+117=287 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.78% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 117 - color contains mainly: blue. Hex color #4A6075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6075 is #B59F8A. Grayscale: #5B5B5B. Windows color (decimal): -11902859 or 7692362. OLE color: 7692362.

HSL color Cylindrical-coordinate representation of color #4A6075: hue angle of 209.3º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A6075 is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7496117-
CMYK0.370.1800.54
HSL209.3º22.51%37.45%-
HSV(B)209.3º36.75%45.88%-
XYZ10.2211.1118.43-
YUV91.82142.21115.29-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.78%
GREEN value IS 96 (37.89% from 255) = 33.45%
BLUE value IS 117 (46.09% from 255) = 40.77%
R=25.78%
G=33.45%
B=40.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal74961170.370.1800.54209.322.5137.45
Hex4A60752512036d11725
Octal11214016545220663212745
Binary1001010110000011101011001011001001101101101000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,96,117); }

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

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

 a { background-color: rgb(74,96,117); }

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

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

 span { border-color: rgb(74,96,117); }

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