#447194

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

Shades of Wedgewood #447194

Tints of Wedgewood #447194

Color information

#447194 (or 0x447194) is unknown color: approx Wedgewood. HEX triplet: 44, 71 and 94. RGB value is (68,113,148). Sum of RGB (Red+Green+Blue) = 68+113+148=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 148 - color contains mainly: blue. Hex color #447194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447194 is #BB8E6B. Grayscale: #676767. Windows color (decimal): -12291692 or 9728324. OLE color: 9728324.

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

Color convert

RGB68113148-
CMYK0.540.2400.42
HSL206.25º37.04%42.35%-
HSV(B)206.25º54.05%58.04%-
XYZ13.6315.1830.23-
YUV103.54153.09102.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.67%
GREEN value IS 113 (44.53% from 255) = 34.35%
BLUE value IS 148 (58.20% from 255) = 44.98%
R=20.67%
G=34.35%
B=44.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal681131480.540.2400.42206.2537.0442.35
Hex447194361802Ace252a
Octal10416122466300523164552
Binary100010011100011001010011011011000010101011001110100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447194; }

 p { color: rgb(68,113,148); }

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

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

 a { background-color: rgb(68,113,148); }

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

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

 span { border-color: rgb(68,113,148); }

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