#45618A

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

Shades of Wedgewood #45618A

Tints of Wedgewood #45618A

Color information

#45618A (or 0x45618A) is unknown color: approx Wedgewood. HEX triplet: 45, 61 and 8A. RGB value is (69,97,138). Sum of RGB (Red+Green+Blue) = 69+97+138=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 138 - color contains mainly: blue. Hex color #45618A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45618A is #BA9E75. Grayscale: #5D5D5D. Windows color (decimal): -12230262 or 9068869. OLE color: 9068869.

HSL color Cylindrical-coordinate representation of color #45618A: hue angle of 215.65º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45618A is Cyan = 0.5, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6997138-
CMYK0.50.3000.46
HSL215.65º33.33%40.59%-
HSV(B)215.65º50%54.12%-
XYZ11.3211.6525.7-
YUV93.3153.22110.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.70%
GREEN value IS 97 (38.28% from 255) = 31.91%
BLUE value IS 138 (54.30% from 255) = 45.39%
R=22.70%
G=31.91%
B=45.39%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal69971380.50.3000.46215.6533.3340.59
Hex45618A321E02Ed82129
Octal10514121262360563304151
Binary100010111000011000101011001011110010111011011000100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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