#41658A

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

Shades of Wedgewood #41658A

Tints of Wedgewood #41658A

Color information

#41658A (or 0x41658A) is unknown color: approx Wedgewood. HEX triplet: 41, 65 and 8A. RGB value is (65,101,138). Sum of RGB (Red+Green+Blue) = 65+101+138=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 138 - color contains mainly: blue. Hex color #41658A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41658A is #BE9A75. Grayscale: #5E5E5E. Windows color (decimal): -12491382 or 9069889. OLE color: 9069889.

HSL color Cylindrical-coordinate representation of color #41658A: hue angle of 210.41º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #41658A is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB65101138-
CMYK0.530.2700.46
HSL210.41º35.96%39.8%-
HSV(B)210.41º52.9%54.12%-
XYZ11.4212.2725.81-
YUV94.45152.57106.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.38%
GREEN value IS 101 (39.84% from 255) = 33.22%
BLUE value IS 138 (54.30% from 255) = 45.39%
R=21.38%
G=33.22%
B=45.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal651011380.530.2700.46210.4135.9639.8
Hex41658A351B02Ed22428
Octal10114521265330563224450
Binary100000111001011000101011010111011010111011010010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41658A; }

 p { color: rgb(65,101,138); }

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

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

 a { background-color: rgb(65,101,138); }

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

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

 span { border-color: rgb(65,101,138); }

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