#426184

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

Shades of Wedgewood #426184

Tints of Wedgewood #426184

Color information

#426184 (or 0x426184) is unknown color: approx Wedgewood. HEX triplet: 42, 61 and 84. RGB value is (66,97,132). Sum of RGB (Red+Green+Blue) = 66+97+132=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 132 (51.95% from 255 or 44.75% from 295); Max value from RGB is 132 - color contains mainly: blue. Hex color #426184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426184 is #BD9E7B. Grayscale: #5B5B5B. Windows color (decimal): -12426876 or 8675650. OLE color: 8675650.

HSL color Cylindrical-coordinate representation of color #426184: hue angle of 211.82º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #426184 is Cyan = 0.5, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6697132-
CMYK0.50.2700.48
HSL211.82º33.33%38.82%-
HSV(B)211.82º50%51.76%-
XYZ10.6911.3723.46-
YUV91.72150.73109.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.37%
GREEN value IS 97 (38.28% from 255) = 32.88%
BLUE value IS 132 (51.95% from 255) = 44.75%
R=22.37%
G=32.88%
B=44.75%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66971320.50.2700.48211.8233.3338.82
Hex426184321B030d42127
Octal10214120462330603244147
Binary100001011000011000010011001011011011000011010100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426184; }

 p { color: rgb(66,97,132); }

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

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

 a { background-color: rgb(66,97,132); }

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

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

 span { border-color: rgb(66,97,132); }

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