#4B6A92

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

Shades of Wedgewood #4B6A92

Tints of Wedgewood #4B6A92

Color information

#4B6A92 (or 0x4B6A92) is unknown color: approx Wedgewood. HEX triplet: 4B, 6A and 92. RGB value is (75,106,146). Sum of RGB (Red+Green+Blue) = 75+106+146=327 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.94% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 146 - color contains mainly: blue. Hex color #4B6A92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6A92 is #B4956D. Grayscale: #656565. Windows color (decimal): -11834734 or 9595467. OLE color: 9595467.

HSL color Cylindrical-coordinate representation of color #4B6A92: hue angle of 213.8º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B6A92 is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB75106146-
CMYK0.490.2700.43
HSL213.8º32.13%43.33%-
HSV(B)213.8º48.63%57.25%-
XYZ13.2413.8829.18-
YUV101.29153.23109.25-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.94%
GREEN value IS 106 (41.80% from 255) = 32.42%
BLUE value IS 146 (57.42% from 255) = 44.65%
R=22.94%
G=32.42%
B=44.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal751061460.490.2700.43213.832.1343.33
Hex4B6A92311B02Bd6202b
Octal11315222261330533264053
Binary100101111010101001001011000111011010101111010110100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,106,146); }

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

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

 a { background-color: rgb(75,106,146); }

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

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

 span { border-color: rgb(75,106,146); }

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