#4B7092

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

Shades of Wedgewood #4B7092

Tints of Wedgewood #4B7092

Color information

#4B7092 (or 0x4B7092) is unknown color: approx Wedgewood. HEX triplet: 4B, 70 and 92. RGB value is (75,112,146). Sum of RGB (Red+Green+Blue) = 75+112+146=333 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.52% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 146 - color contains mainly: blue. Hex color #4B7092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7092 is #B48F6D. Grayscale: #686868. Windows color (decimal): -11833198 or 9597003. OLE color: 9597003.

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

Color convert

RGB75112146-
CMYK0.490.2300.43
HSL208.73º32.13%43.33%-
HSV(B)208.73º48.63%57.25%-
XYZ13.8815.1629.39-
YUV104.81151.24106.74-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.52%
GREEN value IS 112 (44.14% from 255) = 33.63%
BLUE value IS 146 (57.42% from 255) = 43.84%
R=22.52%
G=33.63%
B=43.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal751121460.490.2300.43208.7332.1343.33
Hex4B7092311702Bd1202b
Octal11316022261270533214053
Binary100101111100001001001011000110111010101111010001100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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