#4B5888

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

Shades of Chambray #4B5888

Tints of Chambray #4B5888

Color information

#4B5888 (or 0x4B5888) is unknown color: approx Chambray. HEX triplet: 4B, 58 and 88. RGB value is (75,88,136). Sum of RGB (Red+Green+Blue) = 75+88+136=299 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.08% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 136 - color contains mainly: blue. Hex color #4B5888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5888 is #B4A777. Grayscale: #595959. Windows color (decimal): -11839352 or 8935499. OLE color: 8935499.

HSL color Cylindrical-coordinate representation of color #4B5888: hue angle of 227.21º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B5888 is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7588136-
CMYK0.450.3500.47
HSL227.21º28.91%41.37%-
HSV(B)227.21º44.85%53.33%-
XYZ10.8410.2524.7-
YUV89.58154.19117.6-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.08%
GREEN value IS 88 (34.77% from 255) = 29.43%
BLUE value IS 136 (53.52% from 255) = 45.48%
R=25.08%
G=29.43%
B=45.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal75881360.450.3500.47227.2128.9141.37
Hex4B58882D2302Fe31d29
Octal11313021055430573433551
Binary100101110110001000100010110110001101011111110001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,88,136); }

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

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

 a { background-color: rgb(75,88,136); }

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

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

 span { border-color: rgb(75,88,136); }

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