#416A92

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

Shades of Wedgewood #416A92

Tints of Wedgewood #416A92

Color information

#416A92 (or 0x416A92) is unknown color: approx Wedgewood. HEX triplet: 41, 6A and 92. RGB value is (65,106,146). Sum of RGB (Red+Green+Blue) = 65+106+146=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #416A92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416A92 is #BE956D. Grayscale: #626262. Windows color (decimal): -12490094 or 9595457. OLE color: 9595457.

HSL color Cylindrical-coordinate representation of color #416A92: hue angle of 209.63º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #416A92 is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB65106146-
CMYK0.550.2700.43
HSL209.63º38.39%41.37%-
HSV(B)209.63º55.48%57.25%-
XYZ12.5213.5129.14-
YUV98.3154.92104.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.50%
GREEN value IS 106 (41.80% from 255) = 33.44%
BLUE value IS 146 (57.42% from 255) = 46.06%
R=20.50%
G=33.44%
B=46.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651061460.550.2700.43209.6338.3941.37
Hex416A92371B02Bd22629
Octal10115222267330533224651
Binary100000111010101001001011011111011010101111010010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,106,146); }

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

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

 a { background-color: rgb(65,106,146); }

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

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

 span { border-color: rgb(65,106,146); }

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