#4F6084

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

Shades of Chambray #4F6084

Tints of Chambray #4F6084

Color information

#4F6084 (or 0x4F6084) is unknown color: approx Chambray. HEX triplet: 4F, 60 and 84. RGB value is (79,96,132). Sum of RGB (Red+Green+Blue) = 79+96+132=307 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.73% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 132 - color contains mainly: blue. Hex color #4F6084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6084 is #B09F7B. Grayscale: #5E5E5E. Windows color (decimal): -11575164 or 8675407. OLE color: 8675407.

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

Color convert

RGB7996132-
CMYK0.400.2700.48
HSL220.75º25.12%41.37%-
HSV(B)220.75º40.15%51.76%-
XYZ11.5711.6923.48-
YUV95.02148.87116.57-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.73%
GREEN value IS 96 (37.89% from 255) = 31.27%
BLUE value IS 132 (51.95% from 255) = 43.00%
R=25.73%
G=31.27%
B=43.00%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal79961320.400.2700.48220.7525.1241.37
Hex4F6084281B030dd1929
Octal11714020450330603353151
Binary10011111100000100001001010001101101100001101110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,96,132); }

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

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

 a { background-color: rgb(79,96,132); }

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

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

 span { border-color: rgb(79,96,132); }

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