#4D7594

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

Shades of Wedgewood #4D7594

Tints of Wedgewood #4D7594

Color information

#4D7594 (or 0x4D7594) is unknown color: approx Wedgewood. HEX triplet: 4D, 75 and 94. RGB value is (77,117,148). Sum of RGB (Red+Green+Blue) = 77+117+148=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 148 - color contains mainly: blue. Hex color #4D7594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7594 is #B28A6B. Grayscale: #6C6C6C. Windows color (decimal): -11700844 or 9729357. OLE color: 9729357.

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

Color convert

RGB77117148-
CMYK0.480.2100.42
HSL206.2º31.56%44.12%-
HSV(B)206.2º47.97%58.04%-
XYZ14.7716.4430.41-
YUV108.57150.25105.48-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.51%
GREEN value IS 117 (46.09% from 255) = 34.21%
BLUE value IS 148 (58.20% from 255) = 43.27%
R=22.51%
G=34.21%
B=43.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal771171480.480.2100.42206.231.5644.12
Hex4D7594301502Ace202c
Octal11516522460250523164054
Binary100110111101011001010011000010101010101011001110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,117,148); }

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

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

 a { background-color: rgb(77,117,148); }

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

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

 span { border-color: rgb(77,117,148); }

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