#416B8C

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

Shades of Wedgewood #416B8C

Tints of Wedgewood #416B8C

Color information

#416B8C (or 0x416B8C) is unknown color: approx Wedgewood. HEX triplet: 41, 6B and 8C. RGB value is (65,107,140). Sum of RGB (Red+Green+Blue) = 65+107+140=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #416B8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416B8C is #BE9473. Grayscale: #626262. Windows color (decimal): -12489844 or 9202497. OLE color: 9202497.

HSL color Cylindrical-coordinate representation of color #416B8C: hue angle of 206.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #416B8C is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB65107140-
CMYK0.540.2400.45
HSL206.4º36.59%40.2%-
HSV(B)206.4º53.57%54.9%-
XYZ12.1713.5326.78-
YUV98.2151.59104.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.83%
GREEN value IS 107 (42.19% from 255) = 34.29%
BLUE value IS 140 (55.08% from 255) = 44.87%
R=20.83%
G=34.29%
B=44.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal651071400.540.2400.45206.436.5940.2
Hex416B8C361802Dce2528
Octal10115321466300553164550
Binary100000111010111000110011011011000010110111001110100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416B8C; }

 p { color: rgb(65,107,140); }

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

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

 a { background-color: rgb(65,107,140); }

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

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

 span { border-color: rgb(65,107,140); }

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