#4B607C

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

Shades of Chambray #4B607C

Tints of Chambray #4B607C

Color information

#4B607C (or 0x4B607C) is unknown color: approx Chambray. HEX triplet: 4B, 60 and 7C. RGB value is (75,96,124). Sum of RGB (Red+Green+Blue) = 75+96+124=295 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.42% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B607C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B607C is #B49F83. Grayscale: #5C5C5C. Windows color (decimal): -11837316 or 8151115. OLE color: 8151115.

HSL color Cylindrical-coordinate representation of color #4B607C: hue angle of 214.29º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B607C is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7596124-
CMYK0.400.2300.51
HSL214.29º24.62%39.02%-
HSV(B)214.29º39.52%48.63%-
XYZ10.7211.3220.69-
YUV92.91145.54115.22-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.42%
GREEN value IS 96 (37.89% from 255) = 32.54%
BLUE value IS 124 (48.83% from 255) = 42.03%
R=25.42%
G=32.54%
B=42.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal75961240.400.2300.51214.2924.6239.02
Hex4B607C2817033d61927
Octal11314017450270633263147
Binary1001011110000011111001010001011101100111101011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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