#41426D

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

Shades of Corn Flower Blue #41426D

Tints of Corn Flower Blue #41426D

Color information

#41426D (or 0x41426D) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 42 and 6D. RGB value is (65,66,109). Sum of RGB (Red+Green+Blue) = 65+66+109=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #41426D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41426D is #BEBD92. Grayscale: #464646. Windows color (decimal): -12500371 or 7160385. OLE color: 7160385.

HSL color Cylindrical-coordinate representation of color #41426D: hue angle of 238.64º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #41426D is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6566109-
CMYK0.400.3900.57
HSL238.64º25.29%34.12%-
HSV(B)238.64º40.37%42.75%-
XYZ6.896.1215.29-
YUV70.6149.67124-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.08%
GREEN value IS 66 (26.17% from 255) = 27.5%
BLUE value IS 109 (42.97% from 255) = 45.42%
R=27.08%
G=27.5%
B=45.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal65661090.400.3900.57238.6425.2934.12
Hex41426D2827039ef1922
Octal10110215550470713573142
Binary10000011000010110110110100010011101110011110111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41426D; }

 p { color: rgb(65,66,109); }

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

<style>
 a { background-color: #41426D; }

 a { background-color: rgb(65,66,109); }

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

<style>
 span { border-color: #41426D; }

 span { border-color: rgb(65,66,109); }

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