#45618B

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

Shades of Wedgewood #45618B

Tints of Wedgewood #45618B

Color information

#45618B (or 0x45618B) is unknown color: approx Wedgewood. HEX triplet: 45, 61 and 8B. RGB value is (69,97,139). Sum of RGB (Red+Green+Blue) = 69+97+139=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #45618B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45618B is #BA9E74. Grayscale: #5D5D5D. Windows color (decimal): -12230261 or 9134405. OLE color: 9134405.

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

Color convert

RGB6997139-
CMYK0.500.3000.45
HSL216º33.65%40.78%-
HSV(B)216º50.36%54.51%-
XYZ11.3911.6826.08-
YUV93.42153.72110.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.62%
GREEN value IS 97 (38.28% from 255) = 31.80%
BLUE value IS 139 (54.69% from 255) = 45.57%
R=22.62%
G=31.80%
B=45.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69971390.500.3000.4521633.6540.78
Hex45618B321E02Dd82229
Octal10514121362360553304251
Binary100010111000011000101111001011110010110111011000100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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