#45677F

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

Shades of Wedgewood #45677F

Tints of Wedgewood #45677F

Color information

#45677F (or 0x45677F) is unknown color: approx Wedgewood. HEX triplet: 45, 67 and 7F. RGB value is (69,103,127). Sum of RGB (Red+Green+Blue) = 69+103+127=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 127 - color contains mainly: blue. Hex color #45677F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45677F is #BA9880. Grayscale: #5F5F5F. Windows color (decimal): -12228737 or 8349509. OLE color: 8349509.

HSL color Cylindrical-coordinate representation of color #45677F: hue angle of 204.83º 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 #45677F is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB69103127-
CMYK0.460.1900.50
HSL204.83º29.59%38.43%-
HSV(B)204.83º45.67%49.8%-
XYZ11.1412.521.9-
YUV95.57145.74109.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.08%
GREEN value IS 103 (40.62% from 255) = 34.45%
BLUE value IS 127 (50% from 255) = 42.47%
R=23.08%
G=34.45%
B=42.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal691031270.460.1900.50204.8329.5938.43
Hex45677F2E13032cd1e26
Octal10514717756230623153646
Binary1000101110011111111111011101001101100101100110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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