#42618B

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

Shades of Wedgewood #42618B

Tints of Wedgewood #42618B

Color information

#42618B (or 0x42618B) is unknown color: approx Wedgewood. HEX triplet: 42, 61 and 8B. RGB value is (66,97,139). Sum of RGB (Red+Green+Blue) = 66+97+139=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #42618B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42618B is #BD9E74. Grayscale: #5C5C5C. Windows color (decimal): -12426869 or 9134402. OLE color: 9134402.

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

Color convert

RGB6697139-
CMYK0.530.3000.45
HSL214.52º35.61%40.2%-
HSV(B)214.52º52.52%54.51%-
XYZ11.1811.5726.07-
YUV92.52154.23109.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.85%
GREEN value IS 97 (38.28% from 255) = 32.12%
BLUE value IS 139 (54.69% from 255) = 46.03%
R=21.85%
G=32.12%
B=46.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66971390.530.3000.45214.5235.6140.2
Hex42618B351E02Dd72428
Octal10214121365360553274450
Binary100001011000011000101111010111110010110111010111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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