#42678C

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

Shades of Wedgewood #42678C

Tints of Wedgewood #42678C

Color information

#42678C (or 0x42678C) is unknown color: approx Wedgewood. HEX triplet: 42, 67 and 8C. RGB value is (66,103,140). Sum of RGB (Red+Green+Blue) = 66+103+140=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 140 - color contains mainly: blue. Hex color #42678C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42678C is #BD9873. Grayscale: #5F5F5F. Windows color (decimal): -12425332 or 9201474. OLE color: 9201474.

HSL color Cylindrical-coordinate representation of color #42678C: hue angle of 210º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42678C is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB66103140-
CMYK0.530.2600.45
HSL210º35.92%40.39%-
HSV(B)210º52.86%54.9%-
XYZ11.8312.7526.65-
YUV96.16152.74106.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.36%
GREEN value IS 103 (40.62% from 255) = 33.33%
BLUE value IS 140 (55.08% from 255) = 45.31%
R=21.36%
G=33.33%
B=45.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661031400.530.2600.4521035.9240.39
Hex42678C351A02Dd22428
Octal10214721465320553224450
Binary100001011001111000110011010111010010110111010010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42678C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42678C; }

 p { color: rgb(66,103,140); }

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

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

 a { background-color: rgb(66,103,140); }

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

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

 span { border-color: rgb(66,103,140); }

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