#4B6B84

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

Shades of Wedgewood #4B6B84

Tints of Wedgewood #4B6B84

Color information

#4B6B84 (or 0x4B6B84) is unknown color: approx Wedgewood. HEX triplet: 4B, 6B and 84. RGB value is (75,107,132). Sum of RGB (Red+Green+Blue) = 75+107+132=314 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.89% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 132 - color contains mainly: blue. Hex color #4B6B84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6B84 is #B4947B. Grayscale: #646464. Windows color (decimal): -11834492 or 8678219. OLE color: 8678219.

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

Color convert

RGB75107132-
CMYK0.430.1900.48
HSL206.32º27.54%40.59%-
HSV(B)206.32º43.18%51.76%-
XYZ12.3213.6823.82-
YUV100.28145.9109.97-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.89%
GREEN value IS 107 (42.19% from 255) = 34.08%
BLUE value IS 132 (51.95% from 255) = 42.04%
R=23.89%
G=34.08%
B=42.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal751071320.430.1900.48206.3227.5440.59
Hex4B6B842B13030ce1c29
Octal11315320453230603163451
Binary10010111101011100001001010111001101100001100111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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