#41406C

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

Shades of Corn Flower Blue #41406C

Tints of Corn Flower Blue #41406C

Color information

#41406C (or 0x41406C) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 40 and 6C. RGB value is (65,64,108). Sum of RGB (Red+Green+Blue) = 65+64+108=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 108 - color contains mainly: blue. Hex color #41406C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41406C is #BEBF93. Grayscale: #454545. Windows color (decimal): -12500884 or 7094337. OLE color: 7094337.

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

Color convert

RGB6564108-
CMYK0.400.4100.58
HSL241.36º25.58%33.73%-
HSV(B)241.36º40.74%42.35%-
XYZ6.725.8714.97-
YUV69.32149.83124.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.43%
GREEN value IS 64 (25.39% from 255) = 27.00%
BLUE value IS 108 (42.58% from 255) = 45.57%
R=27.43%
G=27.00%
B=45.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65641080.400.4100.58241.3625.5833.73
Hex41406C282903Af11a22
Octal10110015450510723613242
Binary10000011000000110110010100010100101110101111000111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41406C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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