#4F5F85

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

Shades of Chambray #4F5F85

Tints of Chambray #4F5F85

Color information

#4F5F85 (or 0x4F5F85) is unknown color: approx Chambray. HEX triplet: 4F, 5F and 85. RGB value is (79,95,133). Sum of RGB (Red+Green+Blue) = 79+95+133=307 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.73% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 133 - color contains mainly: blue. Hex color #4F5F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5F85 is #B0A07A. Grayscale: #5E5E5E. Windows color (decimal): -11575419 or 8740687. OLE color: 8740687.

HSL color Cylindrical-coordinate representation of color #4F5F85: hue angle of 222.22º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F5F85 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7995133-
CMYK0.410.2900.48
HSL222.22º25.47%41.57%-
HSV(B)222.22º40.6%52.16%-
XYZ11.5511.5423.81-
YUV94.55149.7116.91-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.73%
GREEN value IS 95 (37.5% from 255) = 30.94%
BLUE value IS 133 (52.34% from 255) = 43.32%
R=25.73%
G=30.94%
B=43.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal79951330.410.2900.48222.2225.4741.57
Hex4F5F85291D030de192a
Octal11713720551350603363152
Binary10011111011111100001011010011110101100001101111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,95,133); }

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

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

 a { background-color: rgb(79,95,133); }

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

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

 span { border-color: rgb(79,95,133); }

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