#45637C

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

Shades of Wedgewood #45637C

Tints of Wedgewood #45637C

Color information

#45637C (or 0x45637C) is unknown color: approx Wedgewood. HEX triplet: 45, 63 and 7C. RGB value is (69,99,124). Sum of RGB (Red+Green+Blue) = 69+99+124=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 124 - color contains mainly: blue. Hex color #45637C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45637C is #BA9C83. Grayscale: #5C5C5C. Windows color (decimal): -12229764 or 8151877. OLE color: 8151877.

HSL color Cylindrical-coordinate representation of color #45637C: hue angle of 207.27º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #45637C is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6999124-
CMYK0.440.2000.51
HSL207.27º28.5%37.84%-
HSV(B)207.27º44.35%48.63%-
XYZ10.5511.6420.76-
YUV92.88145.56110.97-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.63%
GREEN value IS 99 (39.06% from 255) = 33.90%
BLUE value IS 124 (48.83% from 255) = 42.47%
R=23.63%
G=33.90%
B=42.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69991240.440.2000.51207.2728.537.84
Hex45637C2C14033cf1c26
Octal10514317454240633173446
Binary1000101110001111111001011001010001100111100111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45637C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45637C; }

 p { color: rgb(69,99,124); }

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

<style>
 a { background-color: #45637C; }

 a { background-color: rgb(69,99,124); }

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

<style>
 span { border-color: #45637C; }

 span { border-color: rgb(69,99,124); }

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