#4B6287

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

Shades of Wedgewood #4B6287

Tints of Wedgewood #4B6287

Color information

#4B6287 (or 0x4B6287) is unknown color: approx Wedgewood. HEX triplet: 4B, 62 and 87. RGB value is (75,98,135). Sum of RGB (Red+Green+Blue) = 75+98+135=308 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.35% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 135 - color contains mainly: blue. Hex color #4B6287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6287 is #B49D78. Grayscale: #5F5F5F. Windows color (decimal): -11836793 or 8872523. OLE color: 8872523.

HSL color Cylindrical-coordinate representation of color #4B6287: hue angle of 217º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B6287 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7598135-
CMYK0.440.2700.47
HSL217º28.57%41.18%-
HSV(B)217º44.44%52.94%-
XYZ11.6411.9824.62-
YUV95.34150.38113.49-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.35%
GREEN value IS 98 (38.67% from 255) = 31.82%
BLUE value IS 135 (53.12% from 255) = 43.83%
R=24.35%
G=31.82%
B=43.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal75981350.440.2700.4721728.5741.18
Hex4B62872C1B02Fd91d29
Octal11314220754330573313551
Binary10010111100010100001111011001101101011111101100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,98,135); }

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

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

 a { background-color: rgb(75,98,135); }

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

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

 span { border-color: rgb(75,98,135); }

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