#4B5678

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

Shades of Chambray #4B5678

Tints of Chambray #4B5678

Color information

#4B5678 (or 0x4B5678) is unknown color: approx Chambray. HEX triplet: 4B, 56 and 78. RGB value is (75,86,120). Sum of RGB (Red+Green+Blue) = 75+86+120=281 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.69% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 120 (47.27% from 255 or 42.70% from 281); Max value from RGB is 120 - color contains mainly: blue. Hex color #4B5678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5678 is #B4A987. Grayscale: #565656. Windows color (decimal): -11839880 or 7886411. OLE color: 7886411.

HSL color Cylindrical-coordinate representation of color #4B5678: hue angle of 225.33º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B5678 is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7586120-
CMYK0.370.2800.53
HSL225.33º23.08%38.24%-
HSV(B)225.33º37.5%47.06%-
XYZ9.629.5119.1-
YUV86.59146.86119.74-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.69%
GREEN value IS 86 (33.98% from 255) = 30.60%
BLUE value IS 120 (47.27% from 255) = 42.70%
R=26.69%
G=30.60%
B=42.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75861200.370.2800.53225.3323.0838.24
Hex4B5678251C035e11726
Octal11312617045340653412746
Binary1001011101011011110001001011110001101011110000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,86,120); }

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

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

 a { background-color: rgb(75,86,120); }

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

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

 span { border-color: rgb(75,86,120); }

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