#414163

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

Shades of Corn Flower Blue #414163

Tints of Corn Flower Blue #414163

Color information

#414163 (or 0x414163) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 41 and 63. RGB value is (65,65,99). Sum of RGB (Red+Green+Blue) = 65+65+99=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 99 - color contains mainly: blue. Hex color #414163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414163 is #BEBE9C. Grayscale: #444444. Windows color (decimal): -12500637 or 6504769. OLE color: 6504769.

HSL color Cylindrical-coordinate representation of color #414163: hue angle of 240º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #414163 is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB656599-
CMYK0.340.3400.61
HSL240º20.73%32.16%-
HSV(B)240º34.34%38.82%-
XYZ6.325.8112.59-
YUV68.88145125.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.38%
GREEN value IS 65 (25.78% from 255) = 28.38%
BLUE value IS 99 (39.06% from 255) = 43.23%
R=28.38%
G=28.38%
B=43.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6565990.340.3400.6124020.7332.16
Hex414163222203Df01520
Octal10110114342420753602540
Binary10000011000001110001110001010001001111011111000010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414163; }

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

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

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

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

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

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

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

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