#42658E

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

Shades of Wedgewood #42658E

Tints of Wedgewood #42658E

Color information

#42658E (or 0x42658E) is unknown color: approx Wedgewood. HEX triplet: 42, 65 and 8E. RGB value is (66,101,142). Sum of RGB (Red+Green+Blue) = 66+101+142=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 142 - color contains mainly: blue. Hex color #42658E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42658E is #BD9A71. Grayscale: #5F5F5F. Windows color (decimal): -12425842 or 9332034. OLE color: 9332034.

HSL color Cylindrical-coordinate representation of color #42658E: hue angle of 212.37º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42658E is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB66101142-
CMYK0.540.2900.44
HSL212.37º36.54%40.78%-
HSV(B)212.37º53.52%55.69%-
XYZ11.7812.4227.37-
YUV95.21154.4107.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.36%
GREEN value IS 101 (39.84% from 255) = 32.69%
BLUE value IS 142 (55.86% from 255) = 45.95%
R=21.36%
G=32.69%
B=45.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661011420.540.2900.44212.3736.5440.78
Hex42658E361D02Cd42529
Octal10214521666350543244551
Binary100001011001011000111011011011101010110011010100100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42658E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42658E; }

 p { color: rgb(66,101,142); }

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

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

 a { background-color: rgb(66,101,142); }

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

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

 span { border-color: rgb(66,101,142); }

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