#41416B

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

Shades of Corn Flower Blue #41416B

Tints of Corn Flower Blue #41416B

Color information

#41416B (or 0x41416B) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 41 and 6B. RGB value is (65,65,107). Sum of RGB (Red+Green+Blue) = 65+65+107=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 107 (42.19% from 255 or 45.15% from 237); Max value from RGB is 107 - color contains mainly: blue. Hex color #41416B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41416B is #BEBE94. Grayscale: #454545. Windows color (decimal): -12500629 or 7029057. OLE color: 7029057.

HSL color Cylindrical-coordinate representation of color #41416B: hue angle of 240º 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 #41416B is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6565107-
CMYK0.390.3900.58
HSL240º24.42%33.73%-
HSV(B)240º39.25%41.96%-
XYZ6.725.9714.71-
YUV69.79149124.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.43%
GREEN value IS 65 (25.78% from 255) = 27.43%
BLUE value IS 107 (42.19% from 255) = 45.15%
R=27.43%
G=27.43%
B=45.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65651070.390.3900.5824024.4233.73
Hex41416B272703Af01822
Octal10110115347470723603042
Binary10000011000001110101110011110011101110101111000011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41416B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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