#444066

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

Shades of Corn Flower Blue #444066

Tints of Corn Flower Blue #444066

Color information

#444066 (or 0x444066) is unknown color: approx Corn Flower Blue. HEX triplet: 44, 40 and 66. RGB value is (68,64,102). Sum of RGB (Red+Green+Blue) = 68+64+102=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 102 - color contains mainly: blue. Hex color #444066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444066 is #BBBF99. Grayscale: #454545. Windows color (decimal): -12304282 or 6701124. OLE color: 6701124.

HSL color Cylindrical-coordinate representation of color #444066: hue angle of 246.32º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #444066 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6864102-
CMYK0.330.3700.6
HSL246.32º22.89%32.55%-
HSV(B)246.32º37.25%40%-
XYZ6.625.8613.35-
YUV69.53146.33126.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.06%
GREEN value IS 64 (25.39% from 255) = 27.35%
BLUE value IS 102 (40.23% from 255) = 43.59%
R=29.06%
G=27.35%
B=43.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal68641020.330.3700.6246.3222.8932.55
Hex444066212503Cf61721
Octal10410014641450743662741
Binary10001001000000110011010000110010101111001111011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444066; }

 p { color: rgb(68,64,102); }

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

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

 a { background-color: rgb(68,64,102); }

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

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

 span { border-color: rgb(68,64,102); }

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