#436480

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

Shades of Wedgewood #436480

Tints of Wedgewood #436480

Color information

#436480 (or 0x436480) is unknown color: approx Wedgewood. HEX triplet: 43, 64 and 80. RGB value is (67,100,128). Sum of RGB (Red+Green+Blue) = 67+100+128=295 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.71% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 128 - color contains mainly: blue. Hex color #436480 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #436480 is #BC9B7F. Grayscale: #5D5D5D. Windows color (decimal): -12360576 or 8414275. OLE color: 8414275.

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

Color convert

RGB67100128-
CMYK0.480.2200.50
HSL207.54º31.28%38.24%-
HSV(B)207.54º47.66%50.2%-
XYZ10.7711.8722.14-
YUV93.32147.57109.22-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.71%
GREEN value IS 100 (39.45% from 255) = 33.90%
BLUE value IS 128 (50.39% from 255) = 43.39%
R=22.71%
G=33.90%
B=43.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal671001280.480.2200.50207.5431.2838.24
Hex4364803016032d01f26
Octal10314420060260623203746
Binary10000111100100100000001100001011001100101101000011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #436480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #436480; }

 p { color: rgb(67,100,128); }

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

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

 a { background-color: rgb(67,100,128); }

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

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

 span { border-color: rgb(67,100,128); }

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