#4B7395

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

Shades of Wedgewood #4B7395

Tints of Wedgewood #4B7395

Color information

#4B7395 (or 0x4B7395) is unknown color: approx Wedgewood. HEX triplet: 4B, 73 and 95. RGB value is (75,115,149). Sum of RGB (Red+Green+Blue) = 75+115+149=339 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.12% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #4B7395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7395 is #B48C6A. Grayscale: #6A6A6A. Windows color (decimal): -11832427 or 9794379. OLE color: 9794379.

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

Color convert

RGB75115149-
CMYK0.500.2300.42
HSL207.57º33.04%43.92%-
HSV(B)207.57º49.66%58.43%-
XYZ14.4615.9330.75-
YUV106.92151.75105.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.12%
GREEN value IS 115 (45.31% from 255) = 33.92%
BLUE value IS 149 (58.59% from 255) = 43.95%
R=22.12%
G=33.92%
B=43.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal751151490.500.2300.42207.5733.0443.92
Hex4B7395321702Ad0212c
Octal11316322562270523204154
Binary100101111100111001010111001010111010101011010000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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