#4B6684

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

Shades of Wedgewood #4B6684

Tints of Wedgewood #4B6684

Color information

#4B6684 (or 0x4B6684) is unknown color: approx Wedgewood. HEX triplet: 4B, 66 and 84. RGB value is (75,102,132). Sum of RGB (Red+Green+Blue) = 75+102+132=309 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.27% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 132 - color contains mainly: blue. Hex color #4B6684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6684 is #B4997B. Grayscale: #616161. Windows color (decimal): -11835772 or 8676939. OLE color: 8676939.

HSL color Cylindrical-coordinate representation of color #4B6684: hue angle of 211.58º 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 #4B6684 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB75102132-
CMYK0.430.2300.48
HSL211.58º27.54%40.59%-
HSV(B)211.58º43.18%51.76%-
XYZ11.8212.6623.65-
YUV97.35147.55112.06-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.27%
GREEN value IS 102 (40.23% from 255) = 33.01%
BLUE value IS 132 (51.95% from 255) = 42.72%
R=24.27%
G=33.01%
B=42.72%

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
Decimal751021320.430.2300.48211.5827.5440.59
Hex4B66842B17030d41c29
Octal11314620453270603243451
Binary10010111100110100001001010111011101100001101010011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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