#4F637B

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

Shades of Wedgewood #4F637B

Tints of Wedgewood #4F637B

Color information

#4F637B (or 0x4F637B) is unknown color: approx Wedgewood. HEX triplet: 4F, 63 and 7B. RGB value is (79,99,123). Sum of RGB (Red+Green+Blue) = 79+99+123=301 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.25% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 123 - color contains mainly: blue. Hex color #4F637B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F637B is #B09C84. Grayscale: #5F5F5F. Windows color (decimal): -11574405 or 8086351. OLE color: 8086351.

HSL color Cylindrical-coordinate representation of color #4F637B: hue angle of 212.73º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4F637B is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7999123-
CMYK0.360.2000.52
HSL212.73º21.78%39.61%-
HSV(B)212.73º35.77%48.24%-
XYZ11.2612.0220.46-
YUV95.76143.37116.05-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.25%
GREEN value IS 99 (39.06% from 255) = 32.89%
BLUE value IS 123 (48.44% from 255) = 40.86%
R=26.25%
G=32.89%
B=40.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal79991230.360.2000.52212.7321.7839.61
Hex4F637B2414034d51628
Octal11714317344240643252650
Binary1001111110001111110111001001010001101001101010110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F637B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,99,123); }

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

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

 a { background-color: rgb(79,99,123); }

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

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

 span { border-color: rgb(79,99,123); }

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