#45637F

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

Shades of Wedgewood #45637F

Tints of Wedgewood #45637F

Color information

#45637F (or 0x45637F) is unknown color: approx Wedgewood. HEX triplet: 45, 63 and 7F. RGB value is (69,99,127). Sum of RGB (Red+Green+Blue) = 69+99+127=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 127 - color contains mainly: blue. Hex color #45637F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45637F is #BA9C80. Grayscale: #5D5D5D. Windows color (decimal): -12229761 or 8348485. OLE color: 8348485.

HSL color Cylindrical-coordinate representation of color #45637F: hue angle of 208.97º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #45637F is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6999127-
CMYK0.460.2200.50
HSL208.97º29.59%38.43%-
HSV(B)208.97º45.67%49.8%-
XYZ10.7511.7221.77-
YUV93.22147.06110.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.39%
GREEN value IS 99 (39.06% from 255) = 33.56%
BLUE value IS 127 (50% from 255) = 43.05%
R=23.39%
G=33.56%
B=43.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal69991270.460.2200.50208.9729.5938.43
Hex45637F2E16032d11e26
Octal10514317756260623213646
Binary1000101110001111111111011101011001100101101000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45637F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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