#42658A

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

Shades of Wedgewood #42658A

Tints of Wedgewood #42658A

Color information

#42658A (or 0x42658A) is unknown color: approx Wedgewood. HEX triplet: 42, 65 and 8A. RGB value is (66,101,138). Sum of RGB (Red+Green+Blue) = 66+101+138=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 138 - color contains mainly: blue. Hex color #42658A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42658A is #BD9A75. Grayscale: #5E5E5E. Windows color (decimal): -12425846 or 9069890. OLE color: 9069890.

HSL color Cylindrical-coordinate representation of color #42658A: hue angle of 210.83º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #42658A is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB66101138-
CMYK0.520.2700.46
HSL210.83º35.29%40%-
HSV(B)210.83º52.17%54.12%-
XYZ11.4912.325.81-
YUV94.75152.4107.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.64%
GREEN value IS 101 (39.84% from 255) = 33.11%
BLUE value IS 138 (54.30% from 255) = 45.25%
R=21.64%
G=33.11%
B=45.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal661011380.520.2700.46210.8335.2940
Hex42658A341B02Ed32328
Octal10214521264330563234350
Binary100001011001011000101011010011011010111011010011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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