#4B5777

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

Shades of Chambray #4B5777

Tints of Chambray #4B5777

Color information

#4B5777 (or 0x4B5777) is unknown color: approx Chambray. HEX triplet: 4B, 57 and 77. RGB value is (75,87,119). Sum of RGB (Red+Green+Blue) = 75+87+119=281 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.69% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 119 - color contains mainly: blue. Hex color #4B5777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5777 is #B4A888. Grayscale: #565656. Windows color (decimal): -11839625 or 7821131. OLE color: 7821131.

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

Color convert

RGB7587119-
CMYK0.370.2700.53
HSL223.64º22.68%38.04%-
HSV(B)223.64º36.97%46.67%-
XYZ9.649.6418.81-
YUV87.06146.02119.4-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.69%
GREEN value IS 87 (34.38% from 255) = 30.96%
BLUE value IS 119 (46.88% from 255) = 42.35%
R=26.69%
G=30.96%
B=42.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75871190.370.2700.53223.6422.6838.04
Hex4B5777251B035e01726
Octal11312716745330653402746
Binary1001011101011111101111001011101101101011110000010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,87,119); }

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

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

 a { background-color: rgb(75,87,119); }

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

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

 span { border-color: rgb(75,87,119); }

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