#467093

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

Shades of Wedgewood #467093

Tints of Wedgewood #467093

Color information

#467093 (or 0x467093) is unknown color: approx Wedgewood. HEX triplet: 46, 70 and 93. RGB value is (70,112,147). Sum of RGB (Red+Green+Blue) = 70+112+147=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #467093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467093 is #B98F6C. Grayscale: #676767. Windows color (decimal): -12160877 or 9662534. OLE color: 9662534.

HSL color Cylindrical-coordinate representation of color #467093: hue angle of 207.27º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #467093 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB70112147-
CMYK0.520.2400.42
HSL207.27º35.48%42.55%-
HSV(B)207.27º52.38%57.65%-
XYZ13.591529.78-
YUV103.43152.59104.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.28%
GREEN value IS 112 (44.14% from 255) = 34.04%
BLUE value IS 147 (57.81% from 255) = 44.68%
R=21.28%
G=34.04%
B=44.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701121470.520.2400.42207.2735.4842.55
Hex467093341802Acf232b
Octal10616022364300523174353
Binary100011011100001001001111010011000010101011001111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467093; }

 p { color: rgb(70,112,147); }

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

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

 a { background-color: rgb(70,112,147); }

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

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

 span { border-color: rgb(70,112,147); }

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