#414069

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

Shades of Corn Flower Blue #414069

Tints of Corn Flower Blue #414069

Color information

#414069 (or 0x414069) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 40 and 69. RGB value is (65,64,105). Sum of RGB (Red+Green+Blue) = 65+64+105=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 105 - color contains mainly: blue. Hex color #414069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414069 is #BEBF96. Grayscale: #444444. Windows color (decimal): -12500887 or 6897729. OLE color: 6897729.

HSL color Cylindrical-coordinate representation of color #414069: hue angle of 241.46º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #414069 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6564105-
CMYK0.380.3900.59
HSL241.46º24.26%33.14%-
HSV(B)241.46º39.05%41.18%-
XYZ6.565.8114.14-
YUV68.97148.33125.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.78%
GREEN value IS 64 (25.39% from 255) = 27.35%
BLUE value IS 105 (41.41% from 255) = 44.87%
R=27.78%
G=27.35%
B=44.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65641050.380.3900.59241.4624.2633.14
Hex414069262703Bf11821
Octal10110015146470733613041
Binary10000011000000110100110011010011101110111111000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414069; }

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

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

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

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

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

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

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

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