#467192

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

Shades of Wedgewood #467192

Tints of Wedgewood #467192

Color information

#467192 (or 0x467192) is unknown color: approx Wedgewood. HEX triplet: 46, 71 and 92. RGB value is (70,113,146). Sum of RGB (Red+Green+Blue) = 70+113+146=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 146 - color contains mainly: blue. Hex color #467192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467192 is #B98E6D. Grayscale: #676767. Windows color (decimal): -12160622 or 9597254. OLE color: 9597254.

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

Color convert

RGB70113146-
CMYK0.520.2300.43
HSL206.05º35.19%42.35%-
HSV(B)206.05º52.05%57.25%-
XYZ13.6215.1929.41-
YUV103.9151.75103.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.28%
GREEN value IS 113 (44.53% from 255) = 34.35%
BLUE value IS 146 (57.42% from 255) = 44.38%
R=21.28%
G=34.35%
B=44.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal701131460.520.2300.43206.0535.1942.35
Hex467192341702Bce232a
Octal10616122264270533164352
Binary100011011100011001001011010010111010101111001110100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467192; }

 p { color: rgb(70,113,146); }

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

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

 a { background-color: rgb(70,113,146); }

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

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

 span { border-color: rgb(70,113,146); }

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