#4B6081

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

Shades of Chambray #4B6081

Tints of Chambray #4B6081

Color information

#4B6081 (or 0x4B6081) is unknown color: approx Chambray. HEX triplet: 4B, 60 and 81. RGB value is (75,96,129). Sum of RGB (Red+Green+Blue) = 75+96+129=300 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 129 (50.78% from 255 or 43% from 300); Max value from RGB is 129 - color contains mainly: blue. Hex color #4B6081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6081 is #B49F7E. Grayscale: #5D5D5D. Windows color (decimal): -11837311 or 8478795. OLE color: 8478795.

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

Color convert

RGB7596129-
CMYK0.420.2600.49
HSL216.67º26.47%40%-
HSV(B)216.67º41.86%50.59%-
XYZ11.0511.4522.4-
YUV93.48148.04114.82-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25%
GREEN value IS 96 (37.89% from 255) = 32%
BLUE value IS 129 (50.78% from 255) = 43%
R=25%
G=32%
B=43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal75961290.420.2600.49216.6726.4740
Hex4B60812A1A031d91a28
Octal11314020152320613313250
Binary10010111100000100000011010101101001100011101100111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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