#4B7494

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

Shades of Wedgewood #4B7494

Tints of Wedgewood #4B7494

Color information

#4B7494 (or 0x4B7494) is unknown color: approx Wedgewood. HEX triplet: 4B, 74 and 94. RGB value is (75,116,148). Sum of RGB (Red+Green+Blue) = 75+116+148=339 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.12% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 148 - color contains mainly: blue. Hex color #4B7494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7494 is #B48B6B. Grayscale: #6B6B6B. Windows color (decimal): -11832172 or 9729099. OLE color: 9729099.

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

Color convert

RGB75116148-
CMYK0.490.2200.42
HSL206.3º32.74%43.73%-
HSV(B)206.3º49.32%58.04%-
XYZ14.4916.1230.37-
YUV107.39150.92104.9-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.12%
GREEN value IS 116 (45.70% from 255) = 34.22%
BLUE value IS 148 (58.20% from 255) = 43.66%
R=22.12%
G=34.22%
B=43.66%

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
Decimal751161480.490.2200.42206.332.7443.73
Hex4B7494311602Ace212c
Octal11316422461260523164154
Binary100101111101001001010011000110110010101011001110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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