#427096

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

Shades of Wedgewood #427096

Tints of Wedgewood #427096

Color information

#427096 (or 0x427096) is unknown color: approx Wedgewood. HEX triplet: 42, 70 and 96. RGB value is (66,112,150). Sum of RGB (Red+Green+Blue) = 66+112+150=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 150 - color contains mainly: blue. Hex color #427096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427096 is #BD8F69. Grayscale: #666666. Windows color (decimal): -12423018 or 9859138. OLE color: 9859138.

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

Color convert

RGB66112150-
CMYK0.560.2500.41
HSL207.14º38.89%42.35%-
HSV(B)207.14º56%58.82%-
XYZ13.5514.9531.03-
YUV102.58154.76101.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.12%
GREEN value IS 112 (44.14% from 255) = 34.15%
BLUE value IS 150 (58.98% from 255) = 45.73%
R=20.12%
G=34.15%
B=45.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal661121500.560.2500.41207.1438.8942.35
Hex4270963819029cf272a
Octal10216022670310513174752
Binary100001011100001001011011100011001010100111001111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427096; }

 p { color: rgb(66,112,150); }

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

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

 a { background-color: rgb(66,112,150); }

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

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

 span { border-color: rgb(66,112,150); }

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