#45658B

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

Shades of Wedgewood #45658B

Tints of Wedgewood #45658B

Color information

#45658B (or 0x45658B) is unknown color: approx Wedgewood. HEX triplet: 45, 65 and 8B. RGB value is (69,101,139). Sum of RGB (Red+Green+Blue) = 69+101+139=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 139 - color contains mainly: blue. Hex color #45658B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45658B is #BA9A74. Grayscale: #5F5F5F. Windows color (decimal): -12229237 or 9135429. OLE color: 9135429.

HSL color Cylindrical-coordinate representation of color #45658B: hue angle of 212.57º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45658B is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB69101139-
CMYK0.500.2700.45
HSL212.57º33.65%40.78%-
HSV(B)212.57º50.36%54.51%-
XYZ11.7712.4426.21-
YUV95.76152.4108.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.33%
GREEN value IS 101 (39.84% from 255) = 32.69%
BLUE value IS 139 (54.69% from 255) = 44.98%
R=22.33%
G=32.69%
B=44.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal691011390.500.2700.45212.5733.6540.78
Hex45658B321B02Dd52229
Octal10514521362330553254251
Binary100010111001011000101111001011011010110111010101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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