#4B7291

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

Shades of Wedgewood #4B7291

Tints of Wedgewood #4B7291

Color information

#4B7291 (or 0x4B7291) is unknown color: approx Wedgewood. HEX triplet: 4B, 72 and 91. RGB value is (75,114,145). Sum of RGB (Red+Green+Blue) = 75+114+145=334 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.46% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 145 - color contains mainly: blue. Hex color #4B7291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7291 is #B48D6E. Grayscale: #696969. Windows color (decimal): -11832687 or 9531979. OLE color: 9531979.

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

Color convert

RGB75114145-
CMYK0.480.2100.43
HSL206.57º31.82%43.14%-
HSV(B)206.57º48.28%56.86%-
XYZ14.0315.5729.05-
YUV105.87150.08105.98-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.46%
GREEN value IS 114 (44.92% from 255) = 34.13%
BLUE value IS 145 (57.03% from 255) = 43.41%
R=22.46%
G=34.13%
B=43.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal751141450.480.2100.43206.5731.8243.14
Hex4B7291301502Bcf202b
Octal11316222160250533174053
Binary100101111100101001000111000010101010101111001111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,114,145); }

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

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

 a { background-color: rgb(75,114,145); }

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

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

 span { border-color: rgb(75,114,145); }

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