#414063

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

Shades of Corn Flower Blue #414063

Tints of Corn Flower Blue #414063

Color information

#414063 (or 0x414063) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 40 and 63. RGB value is (65,64,99). Sum of RGB (Red+Green+Blue) = 65+64+99=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 99 - color contains mainly: blue. Hex color #414063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414063 is #BEBF9C. Grayscale: #444444. Windows color (decimal): -12500893 or 6504513. OLE color: 6504513.

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

Color convert

RGB656499-
CMYK0.340.3500.61
HSL241.71º21.47%31.96%-
HSV(B)241.71º35.35%38.82%-
XYZ6.275.6912.57-
YUV68.29145.33125.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.51%
GREEN value IS 64 (25.39% from 255) = 28.07%
BLUE value IS 99 (39.06% from 255) = 43.42%
R=28.51%
G=28.07%
B=43.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6564990.340.3500.61241.7121.4731.96
Hex414063222303Df21520
Octal10110014342430753622540
Binary10000011000000110001110001010001101111011111001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414063; }

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

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

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

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

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

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

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

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