#45617F

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

Shades of Wedgewood #45617F

Tints of Wedgewood #45617F

Color information

#45617F (or 0x45617F) is unknown color: approx Wedgewood. HEX triplet: 45, 61 and 7F. RGB value is (69,97,127). Sum of RGB (Red+Green+Blue) = 69+97+127=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 127 - color contains mainly: blue. Hex color #45617F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45617F is #BA9E80. Grayscale: #5B5B5B. Windows color (decimal): -12230273 or 8347973. OLE color: 8347973.

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

Color convert

RGB6997127-
CMYK0.460.2400.50
HSL211.03º29.59%38.43%-
HSV(B)211.03º45.67%49.8%-
XYZ10.5611.3521.71-
YUV92.05147.72111.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.55%
GREEN value IS 97 (38.28% from 255) = 33.11%
BLUE value IS 127 (50% from 255) = 43.34%
R=23.55%
G=33.11%
B=43.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal69971270.460.2400.50211.0329.5938.43
Hex45617F2E18032d31e26
Octal10514117756300623233646
Binary1000101110000111111111011101100001100101101001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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