#42658B

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

Shades of Wedgewood #42658B

Tints of Wedgewood #42658B

Color information

#42658B (or 0x42658B) is unknown color: approx Wedgewood. HEX triplet: 42, 65 and 8B. RGB value is (66,101,139). Sum of RGB (Red+Green+Blue) = 66+101+139=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #42658B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42658B is #BD9A74. Grayscale: #5E5E5E. Windows color (decimal): -12425845 or 9135426. OLE color: 9135426.

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

Color convert

RGB66101139-
CMYK0.530.2700.45
HSL211.23º35.61%40.2%-
HSV(B)211.23º52.52%54.51%-
XYZ11.5612.3326.2-
YUV94.87152.9107.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.57%
GREEN value IS 101 (39.84% from 255) = 33.01%
BLUE value IS 139 (54.69% from 255) = 45.42%
R=21.57%
G=33.01%
B=45.42%

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
Decimal661011390.530.2700.45211.2335.6140.2
Hex42658B351B02Dd32428
Octal10214521365330553234450
Binary100001011001011000101111010111011010110111010011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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