#426B93

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

Shades of Wedgewood #426B93

Tints of Wedgewood #426B93

Color information

#426B93 (or 0x426B93) is unknown color: approx Wedgewood. HEX triplet: 42, 6B and 93. RGB value is (66,107,147). Sum of RGB (Red+Green+Blue) = 66+107+147=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 147 - color contains mainly: blue. Hex color #426B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426B93 is #BD946C. Grayscale: #636363. Windows color (decimal): -12424301 or 9661250. OLE color: 9661250.

HSL color Cylindrical-coordinate representation of color #426B93: hue angle of 209.63º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #426B93 is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB66107147-
CMYK0.550.2700.42
HSL209.63º38.03%41.76%-
HSV(B)209.63º55.1%57.65%-
XYZ12.7713.7829.59-
YUV99.3154.92104.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.62%
GREEN value IS 107 (42.19% from 255) = 33.44%
BLUE value IS 147 (57.81% from 255) = 45.94%
R=20.62%
G=33.44%
B=45.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661071470.550.2700.42209.6338.0341.76
Hex426B93371B02Ad2262a
Octal10215322367330523224652
Binary100001011010111001001111011111011010101011010010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426B93; }

 p { color: rgb(66,107,147); }

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

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

 a { background-color: rgb(66,107,147); }

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

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

 span { border-color: rgb(66,107,147); }

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