#45647F

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

Shades of Wedgewood #45647F

Tints of Wedgewood #45647F

Color information

#45647F (or 0x45647F) is unknown color: approx Wedgewood. HEX triplet: 45, 64 and 7F. RGB value is (69,100,127). Sum of RGB (Red+Green+Blue) = 69+100+127=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 127 - color contains mainly: blue. Hex color #45647F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45647F is #BA9B80. Grayscale: #5D5D5D. Windows color (decimal): -12229505 or 8348741. OLE color: 8348741.

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

Color convert

RGB69100127-
CMYK0.460.2100.50
HSL207.93º29.59%38.43%-
HSV(B)207.93º45.67%49.8%-
XYZ10.8411.9121.81-
YUV93.81146.73110.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.31%
GREEN value IS 100 (39.45% from 255) = 33.78%
BLUE value IS 127 (50% from 255) = 42.91%
R=23.31%
G=33.78%
B=42.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal691001270.460.2100.50207.9329.5938.43
Hex45647F2E15032d01e26
Octal10514417756250623203646
Binary1000101110010011111111011101010101100101101000011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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