#4B6085

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

Shades of Chambray #4B6085

Tints of Chambray #4B6085

Color information

#4B6085 (or 0x4B6085) is unknown color: approx Chambray. HEX triplet: 4B, 60 and 85. RGB value is (75,96,133). Sum of RGB (Red+Green+Blue) = 75+96+133=304 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.67% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 133 - color contains mainly: blue. Hex color #4B6085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6085 is #B49F7A. Grayscale: #5D5D5D. Windows color (decimal): -11837307 or 8740939. OLE color: 8740939.

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

Color convert

RGB7596133-
CMYK0.440.2800.48
HSL218.28º27.88%40.78%-
HSV(B)218.28º43.61%52.16%-
XYZ11.3211.5623.82-
YUV93.94150.04114.49-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.67%
GREEN value IS 96 (37.89% from 255) = 31.58%
BLUE value IS 133 (52.34% from 255) = 43.75%
R=24.67%
G=31.58%
B=43.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal75961330.440.2800.48218.2827.8840.78
Hex4B60852C1C030da1c29
Octal11314020554340603323451
Binary10010111100000100001011011001110001100001101101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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