#4B6C81

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

Shades of Wedgewood #4B6C81

Tints of Wedgewood #4B6C81

Color information

#4B6C81 (or 0x4B6C81) is unknown color: approx Wedgewood. HEX triplet: 4B, 6C and 81. RGB value is (75,108,129). Sum of RGB (Red+Green+Blue) = 75+108+129=312 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.04% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 129 - color contains mainly: blue. Hex color #4B6C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6C81 is #B4937E. Grayscale: #646464. Windows color (decimal): -11834239 or 8481867. OLE color: 8481867.

HSL color Cylindrical-coordinate representation of color #4B6C81: hue angle of 203.33º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B6C81 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB75108129-
CMYK0.420.1600.49
HSL203.33º26.47%40%-
HSV(B)203.33º41.86%50.59%-
XYZ12.2313.8122.79-
YUV100.53144.07109.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.04%
GREEN value IS 108 (42.58% from 255) = 34.62%
BLUE value IS 129 (50.78% from 255) = 41.35%
R=24.04%
G=34.62%
B=41.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal751081290.420.1600.49203.3326.4740
Hex4B6C812A10031cb1a28
Octal11315420152200613133250
Binary10010111101100100000011010101000001100011100101111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,108,129); }

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

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

 a { background-color: rgb(75,108,129); }

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

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

 span { border-color: rgb(75,108,129); }

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