#4B5D83

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

Shades of Chambray #4B5D83

Tints of Chambray #4B5D83

Color information

#4B5D83 (or 0x4B5D83) is unknown color: approx Chambray. HEX triplet: 4B, 5D and 83. RGB value is (75,93,131). Sum of RGB (Red+Green+Blue) = 75+93+131=299 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.08% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 131 - color contains mainly: blue. Hex color #4B5D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5D83 is #B4A27C. Grayscale: #5B5B5B. Windows color (decimal): -11838077 or 8609099. OLE color: 8609099.

HSL color Cylindrical-coordinate representation of color #4B5D83: hue angle of 220.71º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4B5D83 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7593131-
CMYK0.430.2900.49
HSL220.71º27.18%40.39%-
HSV(B)220.71º42.75%51.37%-
XYZ10.9110.9623.01-
YUV91.95150.04115.91-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.08%
GREEN value IS 93 (36.72% from 255) = 31.10%
BLUE value IS 131 (51.56% from 255) = 43.81%
R=25.08%
G=31.10%
B=43.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal75931310.430.2900.49220.7127.1840.39
Hex4B5D832B1D031dd1b28
Octal11313520353350613353350
Binary10010111011101100000111010111110101100011101110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,93,131); }

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

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

 a { background-color: rgb(75,93,131); }

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

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

 span { border-color: rgb(75,93,131); }

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