#447197

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

Shades of Wedgewood #447197

Tints of Wedgewood #447197

Color information

#447197 (or 0x447197) is unknown color: approx Wedgewood. HEX triplet: 44, 71 and 97. RGB value is (68,113,151). Sum of RGB (Red+Green+Blue) = 68+113+151=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 151 - color contains mainly: blue. Hex color #447197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447197 is #BB8E68. Grayscale: #676767. Windows color (decimal): -12291689 or 9924932. OLE color: 9924932.

HSL color Cylindrical-coordinate representation of color #447197: hue angle of 207.47º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #447197 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB68113151-
CMYK0.550.2500.41
HSL207.47º37.9%42.94%-
HSV(B)207.47º54.97%59.22%-
XYZ13.8715.2731.49-
YUV103.88154.59102.41-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.48%
GREEN value IS 113 (44.53% from 255) = 34.04%
BLUE value IS 151 (59.38% from 255) = 45.48%
R=20.48%
G=34.04%
B=45.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal681131510.550.2500.41207.4737.942.94
Hex4471973719029cf262b
Octal10416122767310513174653
Binary100010011100011001011111011111001010100111001111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447197; }

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

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

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

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

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

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

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

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