#41446D

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

Shades of Corn Flower Blue #41446D

Tints of Corn Flower Blue #41446D

Color information

#41446D (or 0x41446D) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 44 and 6D. RGB value is (65,68,109). Sum of RGB (Red+Green+Blue) = 65+68+109=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 109 - color contains mainly: blue. Hex color #41446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41446D is #BEBB92. Grayscale: #474747. Windows color (decimal): -12499859 or 7160897. OLE color: 7160897.

HSL color Cylindrical-coordinate representation of color #41446D: hue angle of 235.91º 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 #41446D is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6568109-
CMYK0.400.3800.57
HSL235.91º25.29%34.12%-
HSV(B)235.91º40.37%42.75%-
XYZ7.016.3615.33-
YUV71.78149.01123.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.86%
GREEN value IS 68 (26.95% from 255) = 28.10%
BLUE value IS 109 (42.97% from 255) = 45.04%
R=26.86%
G=28.10%
B=45.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal65681090.400.3800.57235.9125.2934.12
Hex41446D2826039ec1922
Octal10110415550460713543142
Binary10000011000100110110110100010011001110011110110011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41446D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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