#41618B

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

Shades of Wedgewood #41618B

Tints of Wedgewood #41618B

Color information

#41618B (or 0x41618B) is unknown color: approx Wedgewood. HEX triplet: 41, 61 and 8B. RGB value is (65,97,139). Sum of RGB (Red+Green+Blue) = 65+97+139=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #41618B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41618B is #BE9E74. Grayscale: #5C5C5C. Windows color (decimal): -12492405 or 9134401. OLE color: 9134401.

HSL color Cylindrical-coordinate representation of color #41618B: hue angle of 214.05º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #41618B is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6597139-
CMYK0.530.3000.45
HSL214.05º36.27%40%-
HSV(B)214.05º53.24%54.51%-
XYZ11.1111.5426.07-
YUV92.22154.4108.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.59%
GREEN value IS 97 (38.28% from 255) = 32.23%
BLUE value IS 139 (54.69% from 255) = 46.18%
R=21.59%
G=32.23%
B=46.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65971390.530.3000.45214.0536.2740
Hex41618B351E02Dd62428
Octal10114121365360553264450
Binary100000111000011000101111010111110010110111010110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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