#41618A

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

Shades of Wedgewood #41618A

Tints of Wedgewood #41618A

Color information

#41618A (or 0x41618A) is unknown color: approx Wedgewood. HEX triplet: 41, 61 and 8A. RGB value is (65,97,138). Sum of RGB (Red+Green+Blue) = 65+97+138=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 138 - color contains mainly: blue. Hex color #41618A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41618A is #BE9E75. Grayscale: #5B5B5B. Windows color (decimal): -12492406 or 9068865. OLE color: 9068865.

HSL color Cylindrical-coordinate representation of color #41618A: hue angle of 213.7º 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 #41618A is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6597138-
CMYK0.530.3000.46
HSL213.7º35.96%39.8%-
HSV(B)213.7º52.9%54.12%-
XYZ11.0411.5125.68-
YUV92.11153.9108.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.67%
GREEN value IS 97 (38.28% from 255) = 32.33%
BLUE value IS 138 (54.30% from 255) = 46%
R=21.67%
G=32.33%
B=46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65971380.530.3000.46213.735.9639.8
Hex41618A351E02Ed62428
Octal10114121265360563264450
Binary100000111000011000101011010111110010111011010110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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