#41446B

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

Shades of Corn Flower Blue #41446B

Tints of Corn Flower Blue #41446B

Color information

#41446B (or 0x41446B) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 44 and 6B. RGB value is (65,68,107). Sum of RGB (Red+Green+Blue) = 65+68+107=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 107 - color contains mainly: blue. Hex color #41446B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41446B is #BEBB94. Grayscale: #474747. Windows color (decimal): -12499861 or 7029825. OLE color: 7029825.

HSL color Cylindrical-coordinate representation of color #41446B: hue angle of 235.71º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #41446B is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6568107-
CMYK0.390.3600.58
HSL235.71º24.42%33.73%-
HSV(B)235.71º39.25%41.96%-
XYZ6.96.3214.77-
YUV71.55148.01123.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.08%
GREEN value IS 68 (26.95% from 255) = 28.33%
BLUE value IS 107 (42.19% from 255) = 44.58%
R=27.08%
G=28.33%
B=44.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65681070.390.3600.58235.7124.4233.73
Hex41446B272403Aec1822
Octal10110415347440723543042
Binary10000011000100110101110011110010001110101110110011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41446B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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