#414061

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

Shades of Corn Flower Blue #414061

Tints of Corn Flower Blue #414061

Color information

#414061 (or 0x414061) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 40 and 61. RGB value is (65,64,97). Sum of RGB (Red+Green+Blue) = 65+64+97=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 97 - color contains mainly: blue. Hex color #414061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414061 is #BEBF9E. Grayscale: #434343. Windows color (decimal): -12500895 or 6373441. OLE color: 6373441.

HSL color Cylindrical-coordinate representation of color #414061: hue angle of 241.82º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #414061 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB656497-
CMYK0.330.3400.62
HSL241.82º20.5%31.57%-
HSV(B)241.82º34.02%38.04%-
XYZ6.175.6512.08-
YUV68.06144.33125.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.76%
GREEN value IS 64 (25.39% from 255) = 28.32%
BLUE value IS 97 (38.28% from 255) = 42.92%
R=28.76%
G=28.32%
B=42.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6564970.330.3400.62241.8220.531.57
Hex414061212203Ef21420
Octal10110014141420763622440
Binary10000011000000110000110000110001001111101111001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414061; }

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

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

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

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

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

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

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

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