#41246C

Color #41246C Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #41246C

Tints of Blue Diamond #41246C

Color information

#41246C (or 0x41246C) is unknown color: approx Blue Diamond. HEX triplet: 41, 24 and 6C. RGB value is (65,36,108). Sum of RGB (Red+Green+Blue) = 65+36+108=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #41246C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41246C is #BEDB93. Grayscale: #343434. Windows color (decimal): -12508052 or 7087169. OLE color: 7087169.

HSL color Cylindrical-coordinate representation of color #41246C: hue angle of 264.17º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41246C is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6536108-
CMYK0.400.6700.58
HSL264.17º50%28.24%-
HSV(B)264.17º66.67%42.35%-
XYZ5.523.4714.57-
YUV52.88159.11136.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.10%
GREEN value IS 36 (14.45% from 255) = 17.22%
BLUE value IS 108 (42.58% from 255) = 51.67%
R=31.10%
G=17.22%
B=51.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65361080.400.6700.58264.175028.24
Hex41246C284303A108321c
Octal10144154501030724106234
Binary100000110010011011001010001000011011101010000100011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41246C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41246C; }

 p { color: rgb(65,36,108); }

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

<style>
 a { background-color: #41246C; }

 a { background-color: rgb(65,36,108); }

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

<style>
 span { border-color: #41246C; }

 span { border-color: rgb(65,36,108); }

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