#4B607B

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

Shades of Chambray #4B607B

Tints of Chambray #4B607B

Color information

#4B607B (or 0x4B607B) is unknown color: approx Chambray. HEX triplet: 4B, 60 and 7B. RGB value is (75,96,123). Sum of RGB (Red+Green+Blue) = 75+96+123=294 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.51% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 123 - color contains mainly: blue. Hex color #4B607B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B607B is #B49F84. Grayscale: #5C5C5C. Windows color (decimal): -11837317 or 8085579. OLE color: 8085579.

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

Color convert

RGB7596123-
CMYK0.390.2200.52
HSL213.75º24.24%38.82%-
HSV(B)213.75º39.02%48.24%-
XYZ10.6611.2920.36-
YUV92.8145.04115.3-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.51%
GREEN value IS 96 (37.89% from 255) = 32.65%
BLUE value IS 123 (48.44% from 255) = 41.84%
R=25.51%
G=32.65%
B=41.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal75961230.390.2200.52213.7524.2438.82
Hex4B607B2716034d61827
Octal11314017347260643263047
Binary1001011110000011110111001111011001101001101011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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