#467094

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

Shades of Wedgewood #467094

Tints of Wedgewood #467094

Color information

#467094 (or 0x467094) is unknown color: approx Wedgewood. HEX triplet: 46, 70 and 94. RGB value is (70,112,148). Sum of RGB (Red+Green+Blue) = 70+112+148=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 148 - color contains mainly: blue. Hex color #467094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467094 is #B98F6B. Grayscale: #676767. Windows color (decimal): -12160876 or 9728070. OLE color: 9728070.

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

Color convert

RGB70112148-
CMYK0.530.2400.42
HSL207.69º35.78%42.75%-
HSV(B)207.69º52.7%58.04%-
XYZ13.6715.0330.2-
YUV103.55153.09104.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.21%
GREEN value IS 112 (44.14% from 255) = 33.94%
BLUE value IS 148 (58.20% from 255) = 44.85%
R=21.21%
G=33.94%
B=44.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701121480.530.2400.42207.6935.7842.75
Hex467094351802Ad0242b
Octal10616022465300523204453
Binary100011011100001001010011010111000010101011010000100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467094; }

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

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

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

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

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

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

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

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