#426B95

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

Shades of Wedgewood #426B95

Tints of Wedgewood #426B95

Color information

#426B95 (or 0x426B95) is unknown color: approx Wedgewood. HEX triplet: 42, 6B and 95. RGB value is (66,107,149). Sum of RGB (Red+Green+Blue) = 66+107+149=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #426B95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426B95 is #BD946A. Grayscale: #636363. Windows color (decimal): -12424299 or 9792322. OLE color: 9792322.

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

Color convert

RGB66107149-
CMYK0.560.2800.42
HSL210.36º38.6%42.16%-
HSV(B)210.36º55.7%58.43%-
XYZ12.9313.8430.42-
YUV99.53155.92104.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.50%
GREEN value IS 107 (42.19% from 255) = 33.23%
BLUE value IS 149 (58.59% from 255) = 46.27%
R=20.50%
G=33.23%
B=46.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661071490.560.2800.42210.3638.642.16
Hex426B95381C02Ad2272a
Octal10215322570340523224752
Binary100001011010111001010111100011100010101011010010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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