#4B637C

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

Shades of Wedgewood #4B637C

Tints of Wedgewood #4B637C

Color information

#4B637C (or 0x4B637C) is unknown color: approx Wedgewood. HEX triplet: 4B, 63 and 7C. RGB value is (75,99,124). Sum of RGB (Red+Green+Blue) = 75+99+124=298 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.17% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B637C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B637C is #B49C83. Grayscale: #5E5E5E. Windows color (decimal): -11836548 or 8151883. OLE color: 8151883.

HSL color Cylindrical-coordinate representation of color #4B637C: hue angle of 210.61º 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 #4B637C is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7599124-
CMYK0.400.2000.51
HSL210.61º24.62%39.02%-
HSV(B)210.61º39.52%48.63%-
XYZ1111.8720.78-
YUV94.67144.55113.97-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.17%
GREEN value IS 99 (39.06% from 255) = 33.22%
BLUE value IS 124 (48.83% from 255) = 41.61%
R=25.17%
G=33.22%
B=41.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal75991240.400.2000.51210.6124.6239.02
Hex4B637C2814033d31927
Octal11314317450240633233147
Binary1001011110001111111001010001010001100111101001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B637C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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