#42678B

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

Shades of Wedgewood #42678B

Tints of Wedgewood #42678B

Color information

#42678B (or 0x42678B) is unknown color: approx Wedgewood. HEX triplet: 42, 67 and 8B. RGB value is (66,103,139). Sum of RGB (Red+Green+Blue) = 66+103+139=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #42678B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42678B is #BD9874. Grayscale: #5F5F5F. Windows color (decimal): -12425333 or 9135938. OLE color: 9135938.

HSL color Cylindrical-coordinate representation of color #42678B: hue angle of 209.59º 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 #42678B is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB66103139-
CMYK0.530.2600.45
HSL209.59º35.61%40.2%-
HSV(B)209.59º52.52%54.51%-
XYZ11.7612.7226.26-
YUV96.04152.24106.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.43%
GREEN value IS 103 (40.62% from 255) = 33.44%
BLUE value IS 139 (54.69% from 255) = 45.13%
R=21.43%
G=33.44%
B=45.13%

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
Decimal661031390.530.2600.45209.5935.6140.2
Hex42678B351A02Dd22428
Octal10214721365320553224450
Binary100001011001111000101111010111010010110111010010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42678B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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