#42668B

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

Shades of Wedgewood #42668B

Tints of Wedgewood #42668B

Color information

#42668B (or 0x42668B) is unknown color: approx Wedgewood. HEX triplet: 42, 66 and 8B. RGB value is (66,102,139). Sum of RGB (Red+Green+Blue) = 66+102+139=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #42668B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42668B is #BD9974. Grayscale: #5F5F5F. Windows color (decimal): -12425589 or 9135682. OLE color: 9135682.

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

Color convert

RGB66102139-
CMYK0.530.2700.45
HSL210.41º35.61%40.2%-
HSV(B)210.41º52.52%54.51%-
XYZ11.6612.5326.23-
YUV95.45152.57106.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.50%
GREEN value IS 102 (40.23% from 255) = 33.22%
BLUE value IS 139 (54.69% from 255) = 45.28%
R=21.50%
G=33.22%
B=45.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661021390.530.2700.45210.4135.6140.2
Hex42668B351B02Dd22428
Octal10214621365330553224450
Binary100001011001101000101111010111011010110111010010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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