#4B5F7C

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

Shades of Chambray #4B5F7C

Tints of Chambray #4B5F7C

Color information

#4B5F7C (or 0x4B5F7C) is unknown color: approx Chambray. HEX triplet: 4B, 5F and 7C. RGB value is (75,95,124). Sum of RGB (Red+Green+Blue) = 75+95+124=294 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.51% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B5F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5F7C is #B4A083. Grayscale: #5C5C5C. Windows color (decimal): -11837572 or 8150859. OLE color: 8150859.

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

Color convert

RGB7595124-
CMYK0.400.2300.51
HSL215.51º24.62%39.02%-
HSV(B)215.51º39.52%48.63%-
XYZ10.6311.1420.66-
YUV92.33145.87115.64-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.51%
GREEN value IS 95 (37.5% from 255) = 32.31%
BLUE value IS 124 (48.83% from 255) = 42.18%
R=25.51%
G=32.31%
B=42.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal75951240.400.2300.51215.5124.6239.02
Hex4B5F7C2817033d81927
Octal11313717450270633303147
Binary1001011101111111111001010001011101100111101100011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,95,124); }

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

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

 a { background-color: rgb(75,95,124); }

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

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

 span { border-color: rgb(75,95,124); }

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