#4B7394

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

Shades of Wedgewood #4B7394

Tints of Wedgewood #4B7394

Color information

#4B7394 (or 0x4B7394) is unknown color: approx Wedgewood. HEX triplet: 4B, 73 and 94. RGB value is (75,115,148). Sum of RGB (Red+Green+Blue) = 75+115+148=338 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.19% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 148 - color contains mainly: blue. Hex color #4B7394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7394 is #B48C6B. Grayscale: #6A6A6A. Windows color (decimal): -11832428 or 9728843. OLE color: 9728843.

HSL color Cylindrical-coordinate representation of color #4B7394: hue angle of 207.12º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B7394 is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB75115148-
CMYK0.490.2200.42
HSL207.12º32.74%43.73%-
HSV(B)207.12º49.32%58.04%-
XYZ14.3815.930.33-
YUV106.8151.25105.32-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.19%
GREEN value IS 115 (45.31% from 255) = 34.02%
BLUE value IS 148 (58.20% from 255) = 43.79%
R=22.19%
G=34.02%
B=43.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal751151480.490.2200.42207.1232.7443.73
Hex4B7394311602Acf212c
Octal11316322461260523174154
Binary100101111100111001010011000110110010101011001111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,115,148); }

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

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

 a { background-color: rgb(75,115,148); }

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

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

 span { border-color: rgb(75,115,148); }

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