#4B6584

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

Shades of Wedgewood #4B6584

Tints of Wedgewood #4B6584

Color information

#4B6584 (or 0x4B6584) is unknown color: approx Wedgewood. HEX triplet: 4B, 65 and 84. RGB value is (75,101,132). Sum of RGB (Red+Green+Blue) = 75+101+132=308 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.35% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 132 - color contains mainly: blue. Hex color #4B6584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6584 is #B49A7B. Grayscale: #606060. Windows color (decimal): -11836028 or 8676683. OLE color: 8676683.

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

Color convert

RGB75101132-
CMYK0.430.2300.48
HSL212.63º27.54%40.59%-
HSV(B)212.63º43.18%51.76%-
XYZ11.7212.4723.62-
YUV96.76147.89112.48-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.35%
GREEN value IS 101 (39.84% from 255) = 32.79%
BLUE value IS 132 (51.95% from 255) = 42.86%
R=24.35%
G=32.79%
B=42.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal751011320.430.2300.48212.6327.5440.59
Hex4B65842B17030d51c29
Octal11314520453270603253451
Binary10010111100101100001001010111011101100001101010111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,101,132); }

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

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

 a { background-color: rgb(75,101,132); }

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

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

 span { border-color: rgb(75,101,132); }

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